diff --git a/diskimgr/gui.py b/diskimgr/gui.py index 8a83d37..b4d473a 100644 --- a/diskimgr/gui.py +++ b/diskimgr/gui.py @@ -337,7 +337,7 @@ def build_gui(self): # Set GUI geometry windowWidth = 700 - windowHeight = 900 + windowHeight = 810 # get the screen dimension screenWidth = self.root.winfo_screenwidth()