From cd9596d0bddfdbbca4db176563b3f0b45643fdb7 Mon Sep 17 00:00:00 2001 From: "Tom Dewey tom.dewey@raspberrypi.com" Date: Tue, 17 Oct 2023 16:11:23 +0100 Subject: [PATCH] qml: Remove redundant string This used to be attached to the ComboBox for selecting whether you wanted the customization options to be applied only for this session, or stored for re-use. As we've removed that option, we should also remove the label string. --- src/OptionsPopup.qml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/OptionsPopup.qml b/src/OptionsPopup.qml index 7b41d2a..a60ef1a 100644 --- a/src/OptionsPopup.qml +++ b/src/OptionsPopup.qml @@ -48,13 +48,6 @@ Window { //ScrollBar.vertical.policy: ScrollBar.AlwaysOn ColumnLayout { - - RowLayout { - Label { - text: qsTr("OS customization options") - } - } - TabBar { id: bar Layout.fillWidth: true