Replace some hardcoded spacing by their respective shorthands
This commit is contained in:
parent
ade52f5013
commit
a1b6c0845d
4 changed files with 13 additions and 13 deletions
|
|
@ -127,7 +127,7 @@ NLoader {
|
|||
|
||||
// NSlider
|
||||
ColumnLayout {
|
||||
spacing: 16 * scaling
|
||||
spacing: Style.marginLarge * scaling
|
||||
NText {
|
||||
text: "Scaling"
|
||||
color: Colors.accentSecondary
|
||||
|
|
@ -170,7 +170,7 @@ NLoader {
|
|||
|
||||
// NIconButton
|
||||
ColumnLayout {
|
||||
spacing: 16 * scaling
|
||||
spacing: Style.marginLarge * scaling
|
||||
NText {
|
||||
text: "NIconButton"
|
||||
color: Colors.accentSecondary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue