Change the size of the stage buttons to be same size as the marketplace button

CURA-8202
This commit is contained in:
Konstantinos Karmas 2021-06-30 12:30:04 +02:00
parent d7779c42df
commit eb2fe5b139

View file

@ -62,7 +62,7 @@ Item
anchors.verticalCenter: parent.verticalCenter
exclusiveGroup: mainWindowHeaderMenuGroup
style: UM.Theme.styles.main_window_header_tab
height: UM.Theme.getSize("main_window_header_button").height
height: Math.round(0.5 * UM.Theme.getSize("main_window_header").height)
iconSource: model.stage.iconSource
property color overlayColor: "transparent"