summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"