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
+2 -2
View File
@@ -126,7 +126,7 @@ ColumnLayout {
// Reset button container
Item {
Layout.preferredWidth: 40 * scaling
Layout.preferredWidth: 30 * scaling
Layout.preferredHeight: 30 * scaling
NIconButton {
@@ -168,7 +168,7 @@ ColumnLayout {
// Empty container to match scale row layout
Item {
Layout.preferredWidth: 40 * scaling
Layout.preferredWidth: 30 * scaling
Layout.preferredHeight: 30 * scaling
// Method text positioned in the button area