summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-09-27 13:03:51 +0300
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-11-22 10:41:13 +0000
commitd1689e92a5a44653774f8ae4356665fdd53979f8 (patch)
tree517e161e43444ced61f8328de99162affd058f3d /src
parentc9b95712938cbf8ba91f46b0e59d41aa7a3796c1 (diff)
Fix power menu button widths
Task-number: QTBUG-63091 Change-Id: I2b6fc64b625e46a8a4c7cd4a194ddc087428ccee Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/settingsui/power/Power.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settingsui/power/Power.qml b/src/settingsui/power/Power.qml
index 3502ca6..f4749d4 100644
--- a/src/settingsui/power/Power.qml
+++ b/src/settingsui/power/Power.qml
@@ -39,7 +39,7 @@ Item {
QtButton {
id: shutdownButton
- width: root.width * 0.25
+ width: root.width * 0.4
height: pluginMain.fieldHeight
fillColor: "#41cd52"
borderColor: "transparent"
@@ -48,7 +48,7 @@ Item {
}
QtButton {
id: rebootButton
- width: root.width * 0.25
+ width: root.width * 0.4
height: pluginMain.fieldHeight
fillColor: "#41cd52"
borderColor: "transparent"