Improve icon quality and adjust splash screen layout

- Upgrade palladium.ico and palladium.png to higher quality versions
- Adjust icon position in splash screen for better visual balance
This commit is contained in:
2026-01-13 18:26:07 +01:00
parent 61ad4d7e39
commit a1d3da250a
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 232 KiB

View File

@@ -64,7 +64,7 @@ SplashScreen::SplashScreen(interfaces::Node& node, Qt::WindowFlags f, const Netw
pixPaint.fillRect(rGradient, gradient);
// draw the palladium icon, expected size of PNG: 1024x1024
QRect rectIcon(QPoint(-150,-122), QSize(430,430));
QRect rectIcon(QPoint(-130,-122), QSize(430,430));
const QSize requiredSize(1024,1024);
QPixmap icon(networkStyle->getAppIcon().pixmap(requiredSize));