Increase window size to 650x900 to show all content

This commit is contained in:
root
2025-12-11 13:19:35 +01:00
parent 49724cf263
commit c8a32c2ffa

View File

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