Update SpinBox in ContextMenu

This commit is contained in:
casper 2022-02-08 11:34:54 +01:00
parent 1746e24dd9
commit 50820048f7

View file

@ -1,4 +1,4 @@
// Copyright (c) 2016 Ultimaker B.V. // Copyright (c) 2022 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.2 import QtQuick 2.2
@ -120,9 +120,10 @@ Menu
anchors.verticalCenter: copiesField.verticalCenter anchors.verticalCenter: copiesField.verticalCenter
} }
SpinBox Cura.SpinBox
{ {
id: copiesField id: copiesField
editable: true
focus: true focus: true
from: 1 from: 1
to: 99 to: 99