biscuit
biscuit copied to clipboard
Resizable side pane, panel (from GUI)
Feature
Make the side pane, panel resizable. Their width/height needs to be configurable by the user.
This can be achieved by the use of PanedWindow (this was a feature existed once, but removed temporarily due to some glitching faced during development). Currently the mentioned panes are tkinter.Frame, hence they are not resizable from GUI by the user.