Settings: added missing end divider to tabs
This commit is contained in:
parent
933dfc402b
commit
2b154e2cdb
4 changed files with 29 additions and 11 deletions
|
|
@ -414,4 +414,10 @@ ColumnLayout {
|
|||
}
|
||||
visible: Settings.data.nightLight.enabled
|
||||
}
|
||||
|
||||
NDivider {
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: Style.marginXL * scaling
|
||||
Layout.bottomMargin: Style.marginXL * scaling
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue