From d1689e92a5a44653774f8ae4356665fdd53979f8 Mon Sep 17 00:00:00 2001 From: Sami Nurmenniemi Date: Wed, 27 Sep 2017 13:03:51 +0300 Subject: Fix power menu button widths Task-number: QTBUG-63091 Change-Id: I2b6fc64b625e46a8a4c7cd4a194ddc087428ccee Reviewed-by: Kari Oikarinen Reviewed-by: Teemu Holappa --- src/settingsui/power/Power.qml | 4 ++-- 1 file 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" -- cgit v1.2.3