Increase window size to 650x900 to show all content
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user