Skip to content

Constrain height of back/forward button in PageRowGlobalToolBarUI

Nicolas Fella requested to merge work/backforbutton into master

With some styles, e.g. Universal the ToolButton's implicit height is larger than the toolbar. Set a maximum height to prevent the button from overflowing the toolbar.

Also get's rid of the Forward/BackButton's internal size handling which makes assumptions about the outside, which is bad practice.

Universal style before: universal_before

Universal style after: universal_after

qqc2-desktop-style before: qqc2-d_before

qqc2-desktop-style after: qqc2-d_after

Merge request reports