You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configure.py
+16-13Lines changed: 16 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ class TuringConfigWindow:
227
227
def__init__(self):
228
228
self.window=Tk()
229
229
self.window.title('Turing System Monitor configuration')
230
-
self.window.geometry("820x580")
230
+
self.window.geometry("820x590")
231
231
self.window.iconphoto(True, PhotoImage(file=str(
232
232
MAIN_DIRECTORY/"res/icons/monitor-icon-17865/64.png"))) # When window gets focus again, reload theme preview in case it has been updated by theme editor
0 commit comments