mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Cura-5035 Further style improvements
This commit is contained in:
parent
a947b768d3
commit
594e9aa414
9 changed files with 163 additions and 465 deletions
|
@ -79,9 +79,10 @@ Rectangle
|
|||
label: Label
|
||||
{
|
||||
text: control.text
|
||||
color: "white"
|
||||
color: control.hovered ? UM.Theme.getColor("button_text") : UM.Theme.getColor("button_text_hover")
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
font: UM.Theme.getFont("default_bold")
|
||||
}
|
||||
}
|
||||
onClicked:
|
||||
|
@ -109,7 +110,7 @@ Rectangle
|
|||
}
|
||||
Rectangle
|
||||
{
|
||||
color: UM.Theme.getColor("text_medium")
|
||||
color: UM.Theme.getColor("lining")
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("default_lining").height
|
||||
anchors.bottom: parent.bottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue