From 79d25833bfd261c36d954cf57845e5a416aaf849 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 30 Sep 2021 23:37:32 +0200 Subject: [ui] size tweaks and new assets plus work on the systray menu --- gui/components/VPNState.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui/components/VPNState.qml') diff --git a/gui/components/VPNState.qml b/gui/components/VPNState.qml index d92065a..d5115f2 100644 --- a/gui/components/VPNState.qml +++ b/gui/components/VPNState.qml @@ -31,7 +31,7 @@ StateGroup { } PropertyChanges { target: connectionImage - source: "../resources/birds.svg" + source: "../resources/ravens.svg" anchors.horizontalCenter: parent.horizontalCenter } PropertyChanges { @@ -128,7 +128,7 @@ StateGroup { } PropertyChanges { target: connectionImage - source: "../resources/birds.svg" + source: "../resources/ravens.svg" anchors.horizontalCenter: parent.horizontalCenter } PropertyChanges { @@ -164,7 +164,7 @@ StateGroup { PropertyChanges { // ?? is this image correct? target: connectionImage - source: "../resources/birds.svg" + source: "../resources/ravens.svg" anchors.horizontalCenter: parent.horizontalCenter } PropertyChanges { -- cgit v1.2.3