Skip to content

Commit

Permalink
reduced canvas height
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsgalore committed Aug 28, 2024
1 parent 26c5984 commit abfc2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diskimgr/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit abfc2ac

Please sign in to comment.