fix notify icon size

This commit is contained in:
Andrei Yankovich 2021-11-09 12:14:37 +03:00
parent 95f756a395
commit adc8c103b5

View File

@ -32,6 +32,7 @@ Item {
x: parent.width - width - margin;
y: margin;
width: Math.min(6 * metrix.pt, root.width);
}