Skip to content

Tighten up the GUI layout

Alan De Smet requested to merge adesmet/UW-Glance:layout-tightening into master

Tighten up the GUI layout:

  • Only columns that make sense to stretch are allowed to stretch. This frees up more space for fields that can contain a lot of information.
  • Short tables (settings and filters) are compacted to the top.
  • The section labels on the filters tab now overhang their settings, instead of being next to them.
Before After
basic-before basic-after
filter-before filter-after

Merge request reports