From 77d269013d4ade4bdd0cd7ecec4008e2cf186117 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 21 Feb 2023 19:51:54 +0100 Subject: [PATCH] Cool limits --- RegisterGroupsSettingsPage.qml | 3 +++ 1 file changed, 3 insertions(+) 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 {