4
0
mirror of https://github.com/QuasarApp/SimpleQmlNotify.git synced 2025-04-30 07:34:32 +00:00

There was fixed font size for clear button

This commit is contained in:
Alex 2023-04-17 12:38:01 +03:00
parent 667c309076
commit ecdd89876f

@ -14,6 +14,7 @@ Dialog {
ToolButton { ToolButton {
id: clearAllButton id: clearAllButton
text: qsTr("clear") text: qsTr("clear")
font.pointSize: 10
height: parent.height height: parent.height
anchors { anchors {
left: parent.left left: parent.left