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
@@ -10,13 +10,12 @@ import qs.Widgets
// Utilities: record & wallpaper
NBox {
property real scaling: 1.0
property real spacing: 0
RowLayout {
id: utilRow
anchors.fill: parent
anchors.margins: Style.marginS * scaling
anchors.margins: Style.marginS
spacing: spacing
Item {
Layout.fillWidth: true