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:
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 |
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user