-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
The frame height keeps growing on every save. Put in the same hack that Pyut has to prevent the saved height from growing
HACK_ADJUST_EXIT_HEIGHT: int = 16
ourSize: Tuple[int, int] = self.GetSize()
# I need to check this on a larger monitor;
self._prefs.startupSize = Dimensions(ourSize[0], ourSize[1] - HACK_ADJUST_EXIT_HEIGHT)
self.logger.info(f'Set new startup size: {ourSize}')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working