We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01667c commit 2fb98f6Copy full SHA for 2fb98f6
contrib/macdeploy/macdeployqtplus
@@ -852,7 +852,7 @@ if config.dmg is not None:
852
"items_positions" : "\n ".join(items_positions)
853
}
854
if "window_bounds" in fancy:
855
- params["window.bounds"] = ",".join([str(p) for p in fancy["window_bounds"]])
+ params["window_bounds"] = ",".join([str(p) for p in fancy["window_bounds"]])
856
if "icon_size" in fancy:
857
params["icon_size"] = str(fancy["icon_size"])
858
if bg_path is not None:
0 commit comments