Increase default window size to 600x750 for better visibility

This commit is contained in:
root
2025-12-11 13:18:00 +01:00
parent 4e710f27cd
commit 49724cf263

View File

@@ -8,7 +8,7 @@ class SystemSettingsGUI:
def __init__(self, root):
self.root = root
self.root.title("T14 System Settings")
self.root.geometry("500x600")
self.root.geometry("600x750")
self.root.configure(bg='#f0f0f0')
# Title