mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06: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
|
@ -128,7 +128,7 @@ Column
|
|||
tooltip: text
|
||||
fixedWidthMode: true
|
||||
|
||||
toolTipContentAlignment: Text.AlignLeft
|
||||
toolTipContentAlignment: UM.Enums.ContentAlignment.AlignLeft
|
||||
|
||||
onClicked: UM.Controller.setActiveStage("PreviewStage")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue