feat: add some more PlayerBar controls, space them out to match old Koto

This commit is contained in:
Joshua Strobl 2024-10-30 19:15:33 +02:00
parent aa8c38af99
commit bf6023647d
2 changed files with 58 additions and 6 deletions

View file

@ -92,6 +92,7 @@ Kirigami.GlobalDrawer {
header: Kirigami.SearchField {
id: searchEntry
Layout.topMargin: Kirigami.Units.largeSpacing
placeholderText: qsTr("Search")
}