Skip to content

Commit

Permalink
Update cinnamon-settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiux authored Oct 25, 2023
1 parent 336ab67 commit 6900f6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def maybe_resize(self, sidePage):
use_height = sidePage.size + self.bar_heights + WIN_H_PADDING
elif sidePage.size == -1:
# Module requested the window to fit it (i.e. shrink the window if necessary)
use_height = total_height + self.bar_heights + WIN_H_PADDING
use_height = total_height + self.bar_heights


self.window.resize(WIN_WIDTH, use_height)
Expand Down

0 comments on commit 6900f6e

Please sign in to comment.