diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-09-30 23:37:32 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:51:11 +0100 |
commit | 79d25833bfd261c36d954cf57845e5a416aaf849 (patch) | |
tree | 6b24dddc7d396e6a0cc5da3ab098ba459e836a5d /gui/main.qml | |
parent | d7e65d5cd3ca87b7ebc11cc5f6e9bfd4e9cefbfd (diff) |
[ui] size tweaks and new assets
plus work on the systray menu
Diffstat (limited to 'gui/main.qml')
-rw-r--r-- | gui/main.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/main.qml b/gui/main.qml index 0024670..1c56925 100644 --- a/gui/main.qml +++ b/gui/main.qml @@ -22,7 +22,7 @@ ApplicationWindow { visible: true property int appHeight: 460 - property int appWidth: 260 + property int appWidth: 280 width: appWidth minimumWidth: appWidth @@ -53,6 +53,8 @@ ApplicationWindow { "blocked": "qrc:/assets/icon/png/white/vpn_blocked.png" } + signal openDonateDialog() + FontLoader { id: lightFont source: "qrc:/poppins-light.ttf" @@ -90,7 +92,7 @@ ApplicationWindow { ctx = JSON.parse(j) if (ctx != undefined) { locationsModel = getSortedLocations() - console.debug("Got sorted locations:" + locationsModel) + //console.debug("Got sorted locations: " + locationsModel) } if (ctx.errors) { console.debug("errors, setting root.error") |