[macOS] Remove DS_Store WindowBounds bytes object
Github-Pull: #14416
Rebased-From: 43719e0a34
Tree-SHA512: 0b5987abf34a8c62c3f704c4ca3c9837a23fbce11954740461833099157db94418886001993f9f1a0b3252c923bd049bc1e1d0f99d04205c889270755a8cd245
This commit is contained in:
parent
1b5af2c177
commit
eb2cc84a31
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ package_name_ns = sys.argv[2]
|
||||||
ds = DSStore.open(output_file, 'w+')
|
ds = DSStore.open(output_file, 'w+')
|
||||||
ds['.']['bwsp'] = {
|
ds['.']['bwsp'] = {
|
||||||
'ShowStatusBar': False,
|
'ShowStatusBar': False,
|
||||||
'WindowBounds': b'{{300, 280}, {500, 343}}',
|
'WindowBounds': '{{300, 280}, {500, 343}}',
|
||||||
'ContainerShowSidebar': False,
|
'ContainerShowSidebar': False,
|
||||||
'SidebarWidth': 0,
|
'SidebarWidth': 0,
|
||||||
'ShowTabView': False,
|
'ShowTabView': False,
|
||||||
|
|
Loading…
Reference in a new issue