Increase default window size to 600x750 for better visibility
This commit is contained in:
@@ -8,7 +8,7 @@ class SystemSettingsGUI:
|
|||||||
def __init__(self, root):
|
def __init__(self, root):
|
||||||
self.root = root
|
self.root = root
|
||||||
self.root.title("T14 System Settings")
|
self.root.title("T14 System Settings")
|
||||||
self.root.geometry("500x600")
|
self.root.geometry("600x750")
|
||||||
self.root.configure(bg='#f0f0f0')
|
self.root.configure(bg='#f0f0f0')
|
||||||
|
|
||||||
# Title
|
# Title
|
||||||
|
|||||||
Reference in New Issue
Block a user