From 1f6a4c807190314c6a4ce53cf0bb8029c2131d0f Mon Sep 17 00:00:00 2001 From: kateleet Date: Fri, 26 Nov 2021 18:53:10 +0800 Subject: [PATCH] Power: Modify combobox width --- src/qml/Power/Main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qml/Power/Main.qml b/src/qml/Power/Main.qml index b96396e..346b410 100644 --- a/src/qml/Power/Main.qml +++ b/src/qml/Power/Main.qml @@ -118,6 +118,8 @@ ItemPage { } ComboBox { + Layout.preferredWidth: 160 + model: ListModel { ListElement { text: qsTr("2 Minutes") } ListElement { text: qsTr("5 Minutes") }