Font: added reset button for scaling

This commit is contained in:
ItsLemmy
2025-09-29 21:42:47 -04:00
parent 602d79c98e
commit d2e5d0664a
4 changed files with 58 additions and 17 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ RowLayout {
text: root.text
family: Settings.data.ui.fontFixed
Layout.alignment: Qt.AlignVCenter
Layout.preferredWidth: 50 * scaling
Layout.preferredWidth: 45 * scaling
horizontalAlignment: Text.AlignRight
}
}