summaryrefslogtreecommitdiff
path: root/gui/components/Locations.qml
diff options
context:
space:
mode:
authorkali <kali@leap.se>2021-10-04 12:59:01 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-10-06 18:38:22 +0200
commit2c13aa8076391d471ae3d434d0410b9c573c986a (patch)
tree756f24ffaae781c8c8619935a25b396718981c62 /gui/components/Locations.qml
parent0e356d7f3def84926992a93c61455d5232549b53 (diff)
[ui] workarounds for font in osx
Diffstat (limited to 'gui/components/Locations.qml')
-rw-r--r--gui/components/Locations.qml3
1 files changed, 2 insertions, 1 deletions
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