From f27608947c31c9bd64af429ecc5a358d8cde7837 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Sun, 7 Sep 2025 00:06:58 -0400 Subject: [PATCH] Settings: slightly more compact tabs --- Modules/SettingsPanel/SettingsPanel.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Modules/SettingsPanel/SettingsPanel.qml b/Modules/SettingsPanel/SettingsPanel.qml index 1e6d6cc..8bfbe77 100644 --- a/Modules/SettingsPanel/SettingsPanel.qml +++ b/Modules/SettingsPanel/SettingsPanel.qml @@ -368,7 +368,7 @@ NPanel { ColumnLayout { anchors.fill: parent anchors.margins: Style.marginS * scaling - spacing: Style.marginXS * 1.5 * scaling + spacing: Style.marginXS * scaling Repeater { id: sections @@ -398,7 +398,8 @@ NPanel { RowLayout { id: tabEntryRow anchors.fill: parent - anchors.margins: Style.marginS * scaling + anchors.leftMargin: Style.marginS * scaling + anchors.rightMargin: Style.marginS * scaling spacing: Style.marginS * scaling // Tab icon