Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Okular Okular
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 65
    • Merge requests 65
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GraphicsGraphics
  • OkularOkular
  • Merge requests
  • !698

Re-arrange toolbar buttons by usage frequency

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nate Graham requested to merge ngraham/okular:re-arrange-toolbar-buttons into master Feb 23, 2023
  • Overview 23
  • Commits 1
  • Pipelines 5
  • Changes 1

When using an LTR language, people scan user interfaces left-to right and top to bottom. This means that the most frequently-used controls should be located at the top left, so people see them first.

This commit uses that principle to re-arrange the toolbar a bit, so that after the "show/hide sidebar button" (which needs to be the left-most item to connect it with the left sidebar), the left-most items in the default toolbar are the zoom and view mode controls. These are viewing-related controls, and Okular is first and foremost a viewer app. The controls that let you interact with the document (select stuff, annotate) are moved over to the right side of the toolbar because they are used for secondary workflows.

The zoom buttons are also grouped together to connect them in the user's mind.

Finally, the separator lines are re-added to disconnect the "show/hide sidebar" button from the now-icons-only zoom buttons.

Before After
Before After

@teams/vdg @teams/usability

Edited Feb 27, 2023 by Nate Graham
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: re-arrange-toolbar-buttons