Fix text centering

Sort applauncher entries alphabetical
Use global fontFamily and font size (Theme.qml)
Tons of other small fixes
This commit is contained in:
ly-sec
2025-07-12 13:58:18 +02:00
parent ac456fa9a3
commit a1a9060111
27 changed files with 535 additions and 1060 deletions
+1
View File
@@ -96,6 +96,7 @@ Rectangle {
anchors.centerIn: parent
text: circularProgressBar.text
font.pixelSize: textSize
font.family: Theme.fontFamily
font.bold: true
color: textColor
visible: showText