applets/systemtray: Use Kirigami font properties in settings window

This thing isn't using Plasma Components, so it shouldn't get its font
sizing stuff from PlasmaCore.
wilder-5.25
Nate Graham 4 years ago
parent 60acc5f1a4
commit 1e8d27d05f
  1. 4
      applets/systemtray/package/contents/ui/ConfigGeneral.qml

@ -37,7 +37,7 @@ ColumnLayout {
QQC2.Label {
visible: Kirigami.Settings.tabletMode
text: i18n("Automatically enabled when in tablet mode")
font: PlasmaCore.Theme.smallestFont
font: Kirigami.Theme.smallFont
}
Item {
@ -80,7 +80,7 @@ ColumnLayout {
QQC2.Label {
visible: Kirigami.Settings.tabletMode
text: i18nc("@info:usagetip under a combobox when tablet mode is on", "Automatically set to Large when in tablet mode")
font: PlasmaCore.Theme.smallestFont
font: Kirigami.Theme.smallFont
}
}
}

Loading…
Cancel
Save