diff --git a/components/PowerPanel.qml b/components/PowerPanel.qml index 65bd91a..6be6194 100644 --- a/components/PowerPanel.qml +++ b/components/PowerPanel.qml @@ -22,8 +22,8 @@ Item { hoverEnabled: true icon.source: Qt.resolvedUrl("../icons/power.svg") - icon.height: height * 0.8 - icon.width: width * 0.8 + icon.height: height + icon.width: width icon.color: config.PowerIconColor background: Rectangle { diff --git a/components/SessionPanel.qml b/components/SessionPanel.qml index 8b3ddf4..02b4f47 100644 --- a/components/SessionPanel.qml +++ b/components/SessionPanel.qml @@ -73,8 +73,8 @@ Item { hoverEnabled: true icon.source: Qt.resolvedUrl("../icons/settings.svg") - icon.height: height * 0.8 - icon.width: width * 0.8 + icon.height: height * 0.6 + icon.width: width * 0.6 icon.color: config.SessionIconColor background: Rectangle { diff --git a/icons/power.svg b/icons/power.svg index eec6e51..a45c9d1 100644 --- a/icons/power.svg +++ b/icons/power.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/restart.svg b/icons/restart.svg index b9837a0..2ff075a 100644 --- a/icons/restart.svg +++ b/icons/restart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/settings.svg b/icons/settings.svg index 335cac2..1813987 100644 --- a/icons/settings.svg +++ b/icons/settings.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/sleep.svg b/icons/sleep.svg index 51921ee..a538384 100644 --- a/icons/sleep.svg +++ b/icons/sleep.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file