Use default weight rather than normal weight

Honor the choice of a user that has chosen a custom weight (e.g. light)
as default weight

REVIEW: 128702
wilder-5.14
Jacopo De Simoi 10 years ago committed by David Edmundson
parent 31cac414ae
commit 663c87bc6f
  1. 2
      applets/digital-clock/package/contents/ui/DigitalClock.qml

@ -406,7 +406,7 @@ Item {
font {
family: plasmoid.configuration.fontFamily || theme.defaultFont.family
weight: plasmoid.configuration.boldText ? Font.Bold : Font.Normal
weight: plasmoid.configuration.boldText ? Font.Bold : theme.defaultFont.weight
italic: plasmoid.configuration.italicText
pointSize: 1024
}

Loading…
Cancel
Save