Skip to content

Split reset-zoom drop-down from zoom/pan button group

Axel Bocciarelli requested to merge split-reset-zoom into master

Took me a while to find the button to reset the zoom because:

  • it looked pressed;
  • it was part of the zoom/pan button group (A);
  • it didn't have the words "reset zoom" in its title/label.

(A) In a button group, all the buttons should be toggleable, and they should either work together or separately. Here, two buttons work together and the third is not a toggle but a simple button:

image

Here is a proposal to:

  • split the reset-zoom button/drop-down into a separate group;
  • make it look unpressed so it's clear that it's not a toggle; and
  • change its label to include the word "reset zoom":

image

Merge request reports