diff options
Diffstat (limited to 'Label.qml')
-rw-r--r-- | Label.qml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ import Bootstrap 5.3 Label { id: control + font { + family: Bootstrap.bodyFont.family + pointSize: Bootstrap.bodyFont.pointSize + weight: Bootstrap.bodyFont.weight + } color: Bootstrap.bodyColor linkColor: control.palette.link } |