mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Replace Text.Align with custom enum alignment
CURA-8943
This commit is contained in:
parent
3c7498feed
commit
e1068fb3bc
3 changed files with 3 additions and 3 deletions
|
|
@ -479,7 +479,7 @@ UM.Dialog
|
|||
}
|
||||
return tipText
|
||||
}
|
||||
toolTipContentAlignment: Text.AlignLeft
|
||||
toolTipContentAlignment: UM.Enums.ContentAlignment.AlignLeft
|
||||
onClicked: dialog.show()
|
||||
iconSource: "Script.svg"
|
||||
fixedWidthMode: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue