mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 06:45:57 +08:00
Fix layout of multiply object dialog
This commit is contained in:
parent
78523789e7
commit
1b9c86603c
@ -114,10 +114,12 @@ Menu
|
|||||||
{
|
{
|
||||||
spacing: UM.Theme.getSize("default_margin").width
|
spacing: UM.Theme.getSize("default_margin").width
|
||||||
|
|
||||||
Label
|
UM.Label
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@label", "Number of Copies")
|
text: catalog.i18nc("@label", "Number of Copies")
|
||||||
anchors.verticalCenter: copiesField.verticalCenter
|
anchors.verticalCenter: copiesField.verticalCenter
|
||||||
|
width: contentWidth
|
||||||
|
wrapMode: Text.NoWrap
|
||||||
}
|
}
|
||||||
|
|
||||||
Cura.SpinBox
|
Cura.SpinBox
|
||||||
|
@ -13,8 +13,6 @@ Item
|
|||||||
{
|
{
|
||||||
id: base
|
id: base
|
||||||
|
|
||||||
height: spinBox.height
|
|
||||||
|
|
||||||
property string prefix: ""
|
property string prefix: ""
|
||||||
property string suffix: ""
|
property string suffix: ""
|
||||||
property int decimals: 0
|
property int decimals: 0
|
||||||
@ -33,7 +31,8 @@ Item
|
|||||||
}
|
}
|
||||||
|
|
||||||
signal editingFinished()
|
signal editingFinished()
|
||||||
|
implicitWidth: spinBox.implicitWidth
|
||||||
|
implicitHeight: spinBox.implicitHeight
|
||||||
SpinBox
|
SpinBox
|
||||||
{
|
{
|
||||||
id: spinBox
|
id: spinBox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user