forward control spacing

This commit is contained in:
Benjamin Palko 2025-09-15 22:04:46 -04:00
parent 1c30ea270f
commit b0d9342e1d

View file

@ -1,4 +1,3 @@
import qs.config
import QtQuick import QtQuick
import QtQuick.Controls.Basic import QtQuick.Controls.Basic
@ -11,10 +10,10 @@ TabBar {
id: view id: view
model: control.contentModel model: control.contentModel
currentIndex: control.currentIndex currentIndex: control.currentIndex
spacing: control.spacing
orientation: ListView.Horizontal orientation: ListView.Horizontal
boundsBehavior: Flickable.StopAtBounds boundsBehavior: Flickable.StopAtBounds
} }
background: Rectangle {
color: Styling.theme.base200 background: Item {}
}
} }