Better naming in some of the theme properties used in qml

This commit is contained in:
luisangelsm
2026-03-07 22:21:18 +01:00
parent 7103d0de3c
commit 27b59ad8a9
11 changed files with 156 additions and 156 deletions

View File

@ -178,7 +178,7 @@ Rectangle {
wrapMode: Text.WordWrap
text: name
elide: Text.ElideRight
color: titleColor
color: itemTitleColor
font.letterSpacing: fontSpacing
font.pointSize: fontSize
font.family: fontFamily
@ -221,7 +221,7 @@ Rectangle {
Text {
id: continueReadingText
text: qsTr("Continue Reading...")
color: continueReadingColor
color: continueReadingTextColor
anchors.left: parent.left
anchors.top: parent.top
anchors.topMargin: 15
@ -297,7 +297,7 @@ Rectangle {
wrapMode: Text.WordWrap
text: readable_title
elide: Text.ElideRight
color: titleColor
color: itemTitleColor
font.letterSpacing: fontSpacing
font.pointSize: fontSize
font.family: fontFamily