mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Add style to the top header tabs.
Contributes to CURA-5784.
This commit is contained in:
parent
49e96980f1
commit
0df7fa1a6c
4 changed files with 195 additions and 129 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue