Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
UW-Glance
UW-Glance
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Eva Schiffer
  • UW-GlanceUW-Glance
  • Issues
  • #16

Closed
Open
Opened Sep 24, 2018 by Alan De Smet@adesmet
  • Report abuse
  • New issue
Report abuse New issue

Tighten up the GUI layout

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.

Work is in !1 (closed)

Before After
basic-before basic-after
filter-before filter-after

Warning: If you merge both this request and !2 (closed), there is a small conflict that causes the "A simple filtering" on the filters tab to not overhang properly. To fix it, edit GlanceGUIView._add_simple_filter_controls, around line 438, and change

        # label the specific section
        tempLabel = add_right_aligned_label(grid_layout, str(file_prefix)+" simple filtering:", current_row)

to

        # label the specific section
        tempLabel = QtGui.QLabel(str(file_prefix)+" simple filtering:")

(The merge doesn't see a conflict, and is stomping !1 (closed) to apply !2 (closed); this above just restores the line from !1 (closed).)

To upload designs, you'll need to enable LFS. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: evas/UW-Glance#16