mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-27 07:52:57 +02:00
fix: tray dot misalignment
This commit is contained in:
parent
adf46969ca
commit
2eee51f891
2 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1067_20)">
|
||||
<path d="M7.58588 9.73341C8.52939 10.6769 9.41338 12.269 10.085 13.6905C10.5357 14.6445 12.0164 14.6078 12.3503 13.6068L15.8086 3.23922C16.1618 2.1804 15.1541 1.17304 14.0954 1.52654L3.74092 4.98387C2.73902 5.3184 2.70382 6.80252 3.65913 7.2532C5.0706 7.91907 6.64716 8.79469 7.58588 9.73341Z" fill="white"/>
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1362_52)">
|
||||
<path d="M6.92088 9.06526C7.86439 10.0088 8.74838 11.6009 9.41997 13.0223C9.87073 13.9764 11.3514 13.9397 11.6853 12.9387L15.1436 2.57106C15.4968 1.51225 14.4891 0.504885 13.4304 0.858384L3.07592 4.31571C2.07402 4.65025 2.03882 6.13437 2.99412 6.58505C4.4056 7.25092 5.98216 8.12654 6.92088 9.06526Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1067_20">
|
||||
<rect width="16" height="16.0037" fill="white" transform="translate(0.665001 0.668152)"/>
|
||||
<clipPath id="clip0_1362_52">
|
||||
<rect width="16" height="16.0037" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 566 B |
|
@ -117,7 +117,7 @@ bool DarkTasbarValueValid/* = false*/;
|
|||
p.setPen(Qt::NoPen);
|
||||
p.drawEllipse(QRectF( // cx=3.9, cy=12.7, r=2.2
|
||||
1.7 * xm,
|
||||
10.5 * ym,
|
||||
9.5 * ym,
|
||||
4.4 * xm,
|
||||
4.4 * ym));
|
||||
return image;
|
||||
|
|
Loading…
Add table
Reference in a new issue