Skip to content

Commit

Permalink
Merge #606: [cherry-pick] [macOS] Remove DS_Store WindowBounds bytes …
Browse files Browse the repository at this point in the history
…object

90926a5 [macOS] Remove DS_Store WindowBounds bytes object (Jonas Schnelli)

Pull request description:

  resolves #605

Tree-SHA512: 6988fd4af40d80e9e2faef2c3f9ebb74e67982a129e72bb67761b0531ba77b9e565427af1c083552adb02560bdf7d27301a260f0d83394fa3b962eee91a6ba48
  • Loading branch information
instagibbs committed May 8, 2019
2 parents 63bc3e3 + 90926a5 commit 0de7d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/macdeploy/custom_dsstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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,
Expand Down

0 comments on commit 0de7d05

Please sign in to comment.