summaryrefslogtreecommitdiff
path: root/gui/main.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-10-06 18:38:22 +0200
commit2e4cf7adcbcb0335ba251e014e2b8eb7c1e1468d (patch)
tree9ad073088ec937c24305404015cbde2a485243a3 /gui/main.qml
parent45a5f7f5a431f17d0fabb5fd08229936e4390598 (diff)
[ui] size tweaks and new assets
plus work on the systray menu
Diffstat (limited to 'gui/main.qml')
-rw-r--r--gui/main.qml6
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")