Settings: slightly more compact tabs
This commit is contained in:
parent
fb2d42da57
commit
f27608947c
1 changed files with 3 additions and 2 deletions
|
|
@ -368,7 +368,7 @@ NPanel {
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: Style.marginS * scaling
|
anchors.margins: Style.marginS * scaling
|
||||||
spacing: Style.marginXS * 1.5 * scaling
|
spacing: Style.marginXS * scaling
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
id: sections
|
id: sections
|
||||||
|
|
@ -398,7 +398,8 @@ NPanel {
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: tabEntryRow
|
id: tabEntryRow
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: Style.marginS * scaling
|
anchors.leftMargin: Style.marginS * scaling
|
||||||
|
anchors.rightMargin: Style.marginS * scaling
|
||||||
spacing: Style.marginS * scaling
|
spacing: Style.marginS * scaling
|
||||||
|
|
||||||
// Tab icon
|
// Tab icon
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue