[macOS] Remove DS_Store WindowBounds bytes object

This commit is contained in:
Jonas Schnelli 2018-10-18 20:44:22 +02:00
parent fe23553edd
commit 43719e0a34
No known key found for this signature in database
GPG key ID: 1EB776BB03C7922D

View file

@ -13,7 +13,7 @@ package_name_ns = sys.argv[2]
ds = DSStore.open(output_file, 'w+')
ds['.']['bwsp'] = {
'ShowStatusBar': False,
'WindowBounds': b'{{300, 280}, {500, 343}}',
'WindowBounds': '{{300, 280}, {500, 343}}',
'ContainerShowSidebar': False,
'SidebarWidth': 0,
'ShowTabView': False,