polish: add 1px separator below header bar

This commit is contained in:
Marco Allegretti 2026-03-23 11:55:45 +01:00
parent 383857669b
commit 5e88cc4f41

View file

@ -167,6 +167,12 @@ Maui.ApplicationWindow {
}
}
Rectangle {
Layout.fillWidth: true
height: 1
color: Qt.rgba(1, 1, 1, 0.06)
}
QQC2.TextField {
id: searchField
Layout.fillWidth: true