mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
Fix layout of multiply object dialog
This commit is contained in:
parent
78523789e7
commit
1b9c86603c
2 changed files with 5 additions and 4 deletions
|
|
@ -13,8 +13,6 @@ Item
|
|||
{
|
||||
id: base
|
||||
|
||||
height: spinBox.height
|
||||
|
||||
property string prefix: ""
|
||||
property string suffix: ""
|
||||
property int decimals: 0
|
||||
|
|
@ -33,7 +31,8 @@ Item
|
|||
}
|
||||
|
||||
signal editingFinished()
|
||||
|
||||
implicitWidth: spinBox.implicitWidth
|
||||
implicitHeight: spinBox.implicitHeight
|
||||
SpinBox
|
||||
{
|
||||
id: spinBox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue