mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
NTabBar: remove default XS margin for a perfect alignment with the content below.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user