use styled label component for headline
We should avoid using raw components like Text{}
This commit is contained in:
+2
-3
@@ -1,8 +1,7 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls.Basic
|
||||
import QtQuick.Controls
|
||||
|
||||
Text {
|
||||
color: Theme.primaryText
|
||||
Label {
|
||||
font.family: Fonts.dotrice
|
||||
font.bold: true
|
||||
font.pointSize: 35
|
||||
|
||||
Reference in New Issue
Block a user