mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 02:45: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
|
||||
{
|
||||
id: author
|
||||
text: model.author;
|
||||
text: model.author
|
||||
font: UM.Theme.fonts.very_small
|
||||
anchors.left: machineButton.right
|
||||
anchors.leftMargin: UM.Theme.sizes.standard_list_lineheight.height/2
|
||||
anchors.verticalCenter: machineButton.verticalCenter
|
||||
anchors.verticalCenterOffset: UM.Theme.sizes.standard_list_lineheight.height / 4
|
||||
font: UM.Theme.fonts.caption;
|
||||
anchors.baseline: machineButton.baseline
|
||||
anchors.baselineOffset: -UM.Theme.sizes.standard_list_lineheight.height / 16
|
||||
color: palette.mid
|
||||
}
|
||||
|
||||
|
@ -13,6 +13,10 @@
|
||||
"size": 1.0,
|
||||
"family": "Proxima Nova Rg"
|
||||
},
|
||||
"very_small": {
|
||||
"size": 0.75,
|
||||
"family": "Proxima Nova Rg"
|
||||
},
|
||||
"caption": {
|
||||
"size": 1.0,
|
||||
"family": "Proxima Nova Rg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user