summaryrefslogtreecommitdiff
path: root/gui/components/VPNState.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-09-30 23:37:32 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-11-23 21:51:11 +0100
commit79d25833bfd261c36d954cf57845e5a416aaf849 (patch)
tree6b24dddc7d396e6a0cc5da3ab098ba459e836a5d /gui/components/VPNState.qml
parentd7e65d5cd3ca87b7ebc11cc5f6e9bfd4e9cefbfd (diff)
[ui] size tweaks and new assets
plus work on the systray menu
Diffstat (limited to 'gui/components/VPNState.qml')
-rw-r--r--gui/components/VPNState.qml6
1 files changed, 3 insertions, 3 deletions
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 {