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
|
||||||
import QtQuick.Controls.Basic
|
import QtQuick.Controls
|
||||||
|
|
||||||
Text {
|
Label {
|
||||||
color: Theme.primaryText
|
|
||||||
font.family: Fonts.dotrice
|
font.family: Fonts.dotrice
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.pointSize: 35
|
font.pointSize: 35
|
||||||
|
|||||||
Reference in New Issue
Block a user