diff --git a/components/StyledTabBar.qml b/components/StyledTabBar.qml index 3c0b933..c81c935 100644 --- a/components/StyledTabBar.qml +++ b/components/StyledTabBar.qml @@ -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 {} }