From 2c13aa8076391d471ae3d434d0410b9c573c986a Mon Sep 17 00:00:00 2001 From: kali Date: Mon, 4 Oct 2021 12:59:01 +0200 Subject: [ui] workarounds for font in osx --- gui/components/Locations.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui/components/Locations.qml') diff --git a/gui/components/Locations.qml b/gui/components/Locations.qml index a93700a..097f9fe 100644 --- a/gui/components/Locations.qml +++ b/gui/components/Locations.qml @@ -60,6 +60,7 @@ ThemedPage { id: recommendedLabel //: Location Selection: label for radio button that selects automatically text: qsTr("Recommended") + font.weight: Font.Bold font.bold: true } WrappedRadioButton { @@ -203,7 +204,7 @@ ThemedPage { } }, State { - when: ctx && ctx.status == "on" + when: ctx != undefined && ctx.status == "on" PropertyChanges { target: manualLabel text: manualSelectionLabel -- cgit v1.2.3