Better margins

This commit is contained in:
ItsLemmy
2025-10-12 09:50:01 -04:00
parent 56db04ee1e
commit 1e04a92047
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ NPanel {
delegate: Rectangle {
id: tabItem
Layout.fillWidth: true
Layout.preferredHeight: tabEntryRow.implicitHeight + Style.marginS * 2
Layout.preferredHeight: tabEntryRow.implicitHeight + Style.marginM * 2
radius: Style.radiusS
color: selected ? Color.mPrimary : (tabItem.hovering ? Color.mTertiary : Color.transparent)
readonly property bool selected: index === currentTabIndex