We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252b60a commit a21b4d2Copy full SHA for a21b4d2
1 file changed
bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/ui/application.py
@@ -74,7 +74,7 @@ def on_activate(self, app):
74
if self.config.get("maximized", False):
75
self.window.maximize()
76
else:
77
- width = self.config.get("width", 1000)
+ width = self.config.get("width", 1100)
78
height = self.config.get("height", 620)
79
self.window.set_default_size(width, height)
80
0 commit comments