mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Force left to right reading direction for numeric textfield
CURA-10583
This commit is contained in:
parent
56b8205ce0
commit
86cb3851fe
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@ UM.TooltipArea
|
||||||
anchors.left: fieldLabel.right
|
anchors.left: fieldLabel.right
|
||||||
anchors.leftMargin: spacing
|
anchors.leftMargin: spacing
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
||||||
|
// The control is set up for left to right. So we force it to that. If we don't, it will take the OS reading
|
||||||
|
// direction, which might not be left to right. This will lead to the text overlapping with the unit
|
||||||
|
horizontalAlignment: TextInput.AlignLeft
|
||||||
|
|
||||||
selectionColor: UM.Theme.getColor("text_selection")
|
selectionColor: UM.Theme.getColor("text_selection")
|
||||||
selectedTextColor: UM.Theme.getColor("setting_control_text")
|
selectedTextColor: UM.Theme.getColor("setting_control_text")
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue