diff --git a/qml/AppUI/Sidebar.qml b/qml/AppUI/Sidebar.qml index 5ccb611..bff5f7e 100644 --- a/qml/AppUI/Sidebar.qml +++ b/qml/AppUI/Sidebar.qml @@ -9,6 +9,7 @@ Item { ColumnLayout { anchors.fill: parent anchors.topMargin: 12 + spacing: 0 Row { Layout.fillWidth: true @@ -41,6 +42,15 @@ Item { height: 34 } } + + AppControls2.StyleBackground { + Layout.fillWidth: true + Layout.preferredHeight: 1 + useStyleTransparent: false + alpha: 0.15 + paletteRole: Palette.Text + } + Item { Layout.fillWidth: true Layout.fillHeight: true