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: bitcoin#14416
Rebased-From: 43719e0
Tree-SHA512: 0b5987abf34a8c62c3f704c4ca3c9837a23fbce11954740461833099157db94418886001993f9f1a0b3252c923bd049bc1e1d0f99d04205c889270755a8cd245
  • Loading branch information
jonasschnelli authored and laanwj committed Oct 25, 2018
1 parent 1b5af2c commit eb2cc84
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 eb2cc84

Please sign in to comment.