Fix unrestricted splash screen geometry (#7588)

This commit is contained in:
SpomJ
2024-11-20 22:08:27 +03:00
committed by GitHub
parent 0d7749d944
commit 7e65a87ba8

View File

@@ -106,6 +106,7 @@ GuiApplication::GuiApplication()
// Show splash screen
QSplashScreen splashScreen( embed::getIconPixmap( "splash" ) );
splashScreen.setFixedSize(splashScreen.pixmap().size());
splashScreen.show();
QHBoxLayout layout;