From 5492fd6633117c4f1460125c88ccb18a38920bdf Mon Sep 17 00:00:00 2001 From: ash Date: Mon, 9 Jan 2023 14:43:16 -0500 Subject: [PATCH] update icons --- components/PowerPanel.qml | 4 ++-- components/SessionPanel.qml | 4 ++-- icons/power.svg | 2 +- icons/restart.svg | 2 +- icons/settings.svg | 2 +- icons/sleep.svg | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) 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