Qt-Scaling: first cleanup pass

This commit is contained in:
ItsLemmy
2025-10-12 08:23:24 -04:00
parent d5d654e010
commit f4b27380c3
135 changed files with 1562 additions and 1811 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ ColumnLayout {
signal inputTextChanged(string text)
signal inputEditingFinished
spacing: Style.marginS * scaling
spacing: Style.marginS
// Label and description
NLabel {
@@ -34,7 +34,7 @@ ColumnLayout {
// Input field with button
RowLayout {
Layout.fillWidth: true
spacing: Style.marginM * scaling
spacing: Style.marginM
NTextInput {
id: input