From 6c340651ddffda29f0a7447cdb47803cbae88c97 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sat, 9 Apr 2022 16:51:11 +0800 Subject: Move checkbox below spinbox --- contents/ui/configGeneral.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'contents/ui/configGeneral.qml') diff --git a/contents/ui/configGeneral.qml b/contents/ui/configGeneral.qml index dc73ca9..b6cd22a 100644 --- a/contents/ui/configGeneral.qml +++ b/contents/ui/configGeneral.qml @@ -7,11 +7,6 @@ Kirigami.FormLayout { property alias cfg_showSubmittedAssignments: showSubmittedAssignments.checked property alias cfg_refreshInterval: refreshInterval.value - CheckBox { - id: showSubmittedAssignments - text: i18n("Show submitted assignments") - } - SpinBox { id: refreshInterval Kirigami.FormData.label: i18n("Refresh interval (minutes):") @@ -19,5 +14,10 @@ Kirigami.FormLayout { from: 1 to: 1440 } + + CheckBox { + id: showSubmittedAssignments + text: i18n("Show submitted assignments") + } } -- cgit v1.2.3