Skip to content

Commit a21b4d2

Browse files
committed
Change default width to 1100
1 parent 252b60a commit a21b4d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/ui/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def on_activate(self, app):
7474
if self.config.get("maximized", False):
7575
self.window.maximize()
7676
else:
77-
width = self.config.get("width", 1000)
77+
width = self.config.get("width", 1100)
7878
height = self.config.get("height", 620)
7979
self.window.set_default_size(width, height)
8080

0 commit comments

Comments
 (0)