summaryrefslogtreecommitdiffstats
path: root/basicsuite/Launcher Settings/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/Launcher Settings/main.qml')
-rw-r--r--basicsuite/Launcher Settings/main.qml10
1 files changed, 2 insertions, 8 deletions
diff --git a/basicsuite/Launcher Settings/main.qml b/basicsuite/Launcher Settings/main.qml
index 83bb9ee..8384566 100644
--- a/basicsuite/Launcher Settings/main.qml
+++ b/basicsuite/Launcher Settings/main.qml
@@ -54,9 +54,6 @@ Rectangle {
Layout.fillWidth: true
- contentWidth: powerButtonColumn.implicitWidth
- contentHeight: powerButtonColumn.implicitHeight
-
RowLayout {
id: powerButtonColumn
@@ -85,9 +82,6 @@ Rectangle {
Layout.fillWidth: true
- contentWidth: displayGrid.implicitWidth
- contentHeight: displayGrid.implicitHeight
-
GridLayout {
id: displayGrid
@@ -95,8 +89,8 @@ Rectangle {
flow: GridLayout.TopToBottom
anchors.fill: parent
- Label { text: "Brightness: " }
- Label { text: "Display FPS: " }
+ Label { text: "Brightness: "; }
+ Label { text: "Display FPS: "; }
Slider {
maximumValue: 255