From cc1b7ae17304cfe62da0bb77be507296404918b4 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 30 Nov 2021 18:56:27 +0100 Subject: [ui] svg love tweak sizes and alignments --- gui/main.qml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'gui/main.qml') diff --git a/gui/main.qml b/gui/main.qml index d9cbec4..116aba3 100644 --- a/gui/main.qml +++ b/gui/main.qml @@ -30,7 +30,7 @@ ApplicationWindow { minimumHeight: appHeight maximumHeight: appHeight - title: ctx ? ctx.appName : "VPN" + title: ctx ? ctx.appName : "" Material.accent: Material.Green property var ctx @@ -98,7 +98,6 @@ ApplicationWindow { ctx = JSON.parse(j) if (ctx != undefined) { locationsModel = getSortedLocations() - //console.debug("Got sorted locations: " + locationsModel) } if (ctx.errors) { console.debug("errors, setting root.error") @@ -168,12 +167,5 @@ ApplicationWindow { Component.onCompleted: { loader.source = "components/Splash.qml" - // XXX workaround for custom font not working in osx - /* - if (Qt.platform.os === "osx") { - root.font.family = robotoFont.name - root.font.weight = Font.Light - } - */ } } -- cgit v1.2.3