diff --git a/RegisterGroupsSettingsPage.qml b/RegisterGroupsSettingsPage.qml index ed76575..21e2bee 100644 --- a/RegisterGroupsSettingsPage.qml +++ b/RegisterGroupsSettingsPage.qml @@ -128,6 +128,9 @@ ColumnLayout { SpinBox { id: kSpinBox Layout.preferredWidth: 120 + + from: 0 + to: nSpinBox.value - 1 } ComboBox {