ap29600/dama-rs

Better window resizing

ap29600 opened this issue · 0 comments

currently, the window can't be resized below the minimum size of the widgets contained in it.
we could:

  • Collapse the sidebar when the window is too narrow
  • Resize the window below its minimum size anyway and add scrollbars when content is cropped.
  • set the window's geometry on startup to some sane value instead of 'just big enough for the current content'.