mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 23:15:59 +08:00
Correct alignment of manufacturer in add printer window
I reduced the font size of the manufacturer to make it appear like a subscript a bit.
This commit is contained in:
parent
7f11c0c3cf
commit
f6ccbab9dc
@ -187,12 +187,12 @@ Item
|
|||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: author
|
id: author
|
||||||
text: model.author;
|
text: model.author
|
||||||
|
font: UM.Theme.fonts.very_small
|
||||||
anchors.left: machineButton.right
|
anchors.left: machineButton.right
|
||||||
anchors.leftMargin: UM.Theme.sizes.standard_list_lineheight.height/2
|
anchors.leftMargin: UM.Theme.sizes.standard_list_lineheight.height/2
|
||||||
anchors.verticalCenter: machineButton.verticalCenter
|
anchors.baseline: machineButton.baseline
|
||||||
anchors.verticalCenterOffset: UM.Theme.sizes.standard_list_lineheight.height / 4
|
anchors.baselineOffset: -UM.Theme.sizes.standard_list_lineheight.height / 16
|
||||||
font: UM.Theme.fonts.caption;
|
|
||||||
color: palette.mid
|
color: palette.mid
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -13,6 +13,10 @@
|
|||||||
"size": 1.0,
|
"size": 1.0,
|
||||||
"family": "Proxima Nova Rg"
|
"family": "Proxima Nova Rg"
|
||||||
},
|
},
|
||||||
|
"very_small": {
|
||||||
|
"size": 0.75,
|
||||||
|
"family": "Proxima Nova Rg"
|
||||||
|
},
|
||||||
"caption": {
|
"caption": {
|
||||||
"size": 1.0,
|
"size": 1.0,
|
||||||
"family": "Proxima Nova Rg"
|
"family": "Proxima Nova Rg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user