Skip to content

Commit

Permalink
[macOS] Remove DS_Store WindowBounds bytes object
Browse files Browse the repository at this point in the history
Github-Pull: #858
Rebased-From: 21f50784c39d2c87776edb7b959d92d63b95b339
  • Loading branch information
jonasschnelli authored and yurykk committed May 7, 2019
1 parent a4e6973 commit f8c6f6d
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 f8c6f6d

Please sign in to comment.