forward control spacing
This commit is contained in:
parent
1c30ea270f
commit
b0d9342e1d
1 changed files with 3 additions and 4 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Controls.Basic
|
||||
|
||||
|
|
@ -11,10 +10,10 @@ TabBar {
|
|||
id: view
|
||||
model: control.contentModel
|
||||
currentIndex: control.currentIndex
|
||||
spacing: control.spacing
|
||||
orientation: ListView.Horizontal
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
}
|
||||
background: Rectangle {
|
||||
color: Styling.theme.base200
|
||||
}
|
||||
|
||||
background: Item {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue