update icon

This commit is contained in:
arm64v8a
2022-10-13 20:07:40 +08:00
parent adfc2e3601
commit a143bc8f45
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -26,7 +26,7 @@ QIcon TrayIcon::GetIcon(TrayIcon::TrayIconStatus status) {
auto side = pixmap.width(); auto side = pixmap.width();
auto radius = side * 0.4; auto radius = side * 0.4;
auto d = side * 0.3; auto d = side * 0.3;
auto margin = side * 0.1; auto margin = side * 0.05;
if (status == TrayIconStatus::RUNNING) { if (status == TrayIconStatus::RUNNING) {
p.setBrush(QBrush(Qt::darkGreen)); p.setBrush(QBrush(Qt::darkGreen));