mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:35:53 +08:00
Some minor UI fixes
CURA-6598
This commit is contained in:
parent
6751dc4fc8
commit
5acc3111e0
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user