Some minor UI fixes

CURA-6598
This commit is contained in:
Jaime van Kessel 2019-08-06 12:58:53 +02:00
parent 6751dc4fc8
commit 5acc3111e0

View File

@ -35,7 +35,7 @@ Item
Label Label
{ {
id: intentLabel id: profileLabel
anchors anchors
{ {
top: parent.top top: parent.top
@ -43,7 +43,7 @@ Item
left: parent.left left: parent.left
right: intentSelection.left right: intentSelection.left
} }
text: catalog.i18nc("@label", "Intent") text: catalog.i18nc("@label", "Profile")
font: UM.Theme.getFont("medium") font: UM.Theme.getFont("medium")
color: UM.Theme.getColor("text") color: UM.Theme.getColor("text")
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
@ -75,6 +75,7 @@ Item
border.color: UM.Theme.getColor("lining") border.color: UM.Theme.getColor("lining")
border.width: UM.Theme.getSize("default_lining").width border.width: UM.Theme.getSize("default_lining").width
radius: UM.Theme.getSize("default_radius").width radius: UM.Theme.getSize("default_radius").width
color: UM.Theme.getColor("main_background")
} }
function generateActiveQualityText() function generateActiveQualityText()