mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06: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
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue