Use Style.spacingXXXl for spacing AND margins (removed Style.marginXXX)

This commit is contained in:
quadbyte 2025-08-11 23:08:24 -04:00
parent 197bd58661
commit 1e0057dcaf
7 changed files with 26 additions and 33 deletions

View file

@ -237,8 +237,8 @@ NLoader {
RowLayout {
anchors.fill: parent
anchors.margins: Style.spacingSmall * scaling
spacing: Style.spacingSmall * scaling
anchors.margins: Style.marginSmall * scaling
spacing: Style.marginSmall * scaling
Item {
Layout.fillWidth: true
@ -254,7 +254,7 @@ NLoader {
TextInput {
id: passwordInputField
anchors.fill: parent
anchors.margins: Style.spacingMedium * scaling
anchors.margins: Style.marginMedium * scaling
text: passwordInput
font.pointSize: Style.fontSizeMedium * scaling
color: Colors.textPrimary