Add style to the top header tabs.

Contributes to CURA-5784.
This commit is contained in:
Diego Prado Gesto 2018-10-10 11:04:08 +02:00
parent 49e96980f1
commit 0df7fa1a6c
4 changed files with 195 additions and 129 deletions

View file

@ -41,7 +41,6 @@ Rectangle
horizontalCenter: parent.horizontalCenter
leftMargin: UM.Theme.getSize("default_margin").width
}
spacing: UM.Theme.getSize("default_margin").width
// The topheader is dynamically filled with all available stages
Repeater
@ -52,7 +51,7 @@ Rectangle
delegate: Button
{
text: model.name
text: model.name.toUpperCase()
checkable: true
checked: model.active
exclusiveGroup: topheaderMenuGroup