Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI: Allow vertical resizing, and use tk.E on Sizegrip
* Without vertical resizing being allowed changing themes can result in either some of the bottom of the main frame being hidden, or there being extraneous extra space there. NB: This still does **NOT** allow manually resizing vertically, that's a function of how the widgets are set up. * Sizegrip needs to `sticky=tk.E` not `tk.SE`, as the latter creates extra vertical padding that we don't want.
- Loading branch information