From 2b84e05a0b508269d27ef4433ee89503ab452a71 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 25 Oct 2022 06:28:36 -0500 Subject: [PATCH] library panel above listview --- src/qml/presenter/Library.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/presenter/Library.qml b/src/qml/presenter/Library.qml index 0a3aa77..fba484c 100644 --- a/src/qml/presenter/Library.qml +++ b/src/qml/presenter/Library.qml @@ -29,6 +29,7 @@ Item { Layout.preferredHeight: 40 Layout.fillWidth: true Layout.alignment: Qt.AlignTop + z: 2 color: Kirigami.Theme.backgroundColor Controls.Label {