4
0
mirror of https://github.com/QuasarApp/SimpleQmlNotify.git synced 2025-05-01 07:54:42 +00:00

qt 6 UI fixes

This commit is contained in:
Andrei Yankovich 2023-06-23 17:21:40 +02:00
parent edc43f5643
commit 755d857b21

@ -8,6 +8,10 @@ Dialog {
readonly property var historyModel: notificationService.history readonly property var historyModel: notificationService.history
background: Rectangle {
color: Material.background
}
header: ToolBar { header: ToolBar {
id: toolbar id: toolbar