From 0d3f7495e4dede365a8e4bc7a3a41c808a5a68f1 Mon Sep 17 00:00:00 2001 From: gjq Date: Mon, 13 Feb 2023 13:40:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=86=E9=9A=94=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/AppUI/Sidebar.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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