add spacing to tab pages

This commit is contained in:
end-4
2025-05-17 22:15:01 +02:00
parent 8355ea842c
commit 2b778dcf6e
3 changed files with 3 additions and 0 deletions
@@ -146,6 +146,7 @@ Scope { // Scope
Layout.topMargin: 5
Layout.fillWidth: true
Layout.fillHeight: true
spacing: 10
currentIndex: sidebarRoot.selectedTab
onCurrentIndexChanged: {
tabBar.enableIndicatorAnimation = true
@@ -62,6 +62,7 @@ Rectangle {
Layout.topMargin: 5
Layout.fillWidth: true
Layout.fillHeight: true
spacing: 10
currentIndex: root.selectedTab
onCurrentIndexChanged: {
tabBar.enableIndicatorAnimation = true
@@ -129,6 +129,7 @@ Item {
Layout.topMargin: 10
Layout.fillWidth: true
Layout.fillHeight: true
spacing: 10
clip: true
currentIndex: currentTab
onCurrentIndexChanged: {