Make the height of the stage buttons themable. Now the height has to be

28px as indicated by the UXers.

Contributes to CURA-5784.
This commit is contained in:
Diego Prado Gesto 2018-10-30 10:38:53 +01:00
parent aa75b64b5b
commit b6ea0e6385
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ Rectangle
anchors.verticalCenter: parent.verticalCenter
exclusiveGroup: mainWindowHeaderMenuGroup
style: UM.Theme.styles.main_window_header_tab
height: Math.round(0.56 * UM.Theme.getSize("main_window_header").height)
height: UM.Theme.getSize("main_window_header_button").height
onClicked: UM.Controller.setActiveStage(model.id)
iconSource: model.stage.iconSource