translations

This commit is contained in:
ItsLemmy
2025-10-12 16:16:46 -04:00
parent 9f54822e4c
commit 7e4c7a1efd
14 changed files with 211 additions and 76 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ Item {
text: root.text + root.suffix
family: Settings.data.ui.fontFixed
pointSize: textSize
applyUiScale: false
applyUiScale: false
font.weight: Style.fontWeightBold
color: forceOpen ? Color.mOnSurface : Color.mPrimary
visible: revealed
+1 -1
View File
@@ -102,7 +102,7 @@ Item {
text: root.text + root.suffix
family: Settings.data.ui.fontFixed
pointSize: textSize
applyUiScale: false
applyUiScale: false
font.weight: Style.fontWeightMedium
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter