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
@@ -7,7 +7,7 @@ import qs.Services
ColumnLayout {
id: root
spacing: Style.marginM * scaling
spacing: Style.marginM
// Properties to receive data from parent
property var widgetData: null
@@ -37,7 +37,7 @@ ColumnLayout {
}]
currentKey: widgetData.labelMode || widgetMetadata.labelMode
onSelected: key => labelModeCombo.currentKey = key
minimumWidth: 200 * scaling
minimumWidth: 200
}
NToggle {