mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Some minor UI fixes
CURA-6598
This commit is contained in:
parent
6751dc4fc8
commit
5acc3111e0
1 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,7 @@ Item
|
|||
|
||||
Label
|
||||
{
|
||||
id: intentLabel
|
||||
id: profileLabel
|
||||
anchors
|
||||
{
|
||||
top: parent.top
|
||||
|
@ -43,7 +43,7 @@ Item
|
|||
left: parent.left
|
||||
right: intentSelection.left
|
||||
}
|
||||
text: catalog.i18nc("@label", "Intent")
|
||||
text: catalog.i18nc("@label", "Profile")
|
||||
font: UM.Theme.getFont("medium")
|
||||
color: UM.Theme.getColor("text")
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
@ -75,6 +75,7 @@ Item
|
|||
border.color: UM.Theme.getColor("lining")
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
radius: UM.Theme.getSize("default_radius").width
|
||||
color: UM.Theme.getColor("main_background")
|
||||
}
|
||||
|
||||
function generateActiveQualityText()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue