mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:45:55 +08:00
Align horizontal position of label to pixels
Contributes to issue CURA-8556.
This commit is contained in:
parent
f14a512718
commit
2d434a02e3
@ -33,7 +33,7 @@ ScrollView
|
||||
{
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: (parent.height - height) / 2
|
||||
anchors.leftMargin: Math.round((parent.height - height) / 2)
|
||||
|
||||
text: model.package.displayName
|
||||
font: UM.Theme.getFont("medium_bold")
|
||||
|
Loading…
x
Reference in New Issue
Block a user