hasii2011 / hasii2011/PyGitIssue2Todoist
Put in same size hack that is in Pyut
Open
bug
- Dominant language
- Python
- Stars
- 19
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The frame height keeps growing on every save. Put in the same hack that Pyut has to prevent the saved height from growing
```python
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}')
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.