mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Fix layout of SettingTextField items
CURA-1278
This commit is contained in:
parent
e0c7ed8561
commit
4877c35f06
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ SettingItem
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
left: parent.left
|
left: parent.left
|
||||||
leftMargin: UM.Theme.unitRightMargin
|
leftMargin: UM.Theme.getSize("setting_unit_margin").width
|
||||||
right: parent.right
|
right: parent.right
|
||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue