mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-31 20:34:25 -04:00
Fix unrestricted splash screen geometry (#7588)
This commit is contained in:
@@ -106,6 +106,7 @@ GuiApplication::GuiApplication()
|
||||
|
||||
// Show splash screen
|
||||
QSplashScreen splashScreen( embed::getIconPixmap( "splash" ) );
|
||||
splashScreen.setFixedSize(splashScreen.pixmap().size());
|
||||
splashScreen.show();
|
||||
|
||||
QHBoxLayout layout;
|
||||
|
||||
Reference in New Issue
Block a user