NTabBar: remove default XS margin for a perfect alignment with the content below.

This commit is contained in:
Lemmy
2026-01-07 08:20:33 -05:00
parent e91418c510
commit 3f2f40468b
+1 -1
View File
@@ -10,7 +10,7 @@ Rectangle {
// Public properties
property int currentIndex: 0
property real spacing: Style.marginS
property real margins: Style.marginXS
property real margins: 0
property real tabHeight: Style.baseWidgetSize
property bool distributeEvenly: false
default property alias content: tabRow.children