summaryrefslogtreecommitdiffstats
path: root/src/settingsui/power/Power.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/power/Power.qml')
-rw-r--r--src/settingsui/power/Power.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/settingsui/power/Power.qml b/src/settingsui/power/Power.qml
index f4749d4..1bcc658 100644
--- a/src/settingsui/power/Power.qml
+++ b/src/settingsui/power/Power.qml
@@ -41,8 +41,6 @@ Item {
id: shutdownButton
width: root.width * 0.4
height: pluginMain.fieldHeight
- fillColor: "#41cd52"
- borderColor: "transparent"
text: qsTr("SHUTDOWN")
onClicked: shutdownPopup.open(true)
}
@@ -50,8 +48,6 @@ Item {
id: rebootButton
width: root.width * 0.4
height: pluginMain.fieldHeight
- fillColor: "#41cd52"
- borderColor: "transparent"
text: qsTr("REBOOT")
onClicked: shutdownPopup.open(false)
}