mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Print splashscreen text in separate statusbar
This commit is contained in:
@@ -225,11 +225,11 @@ namespace BlackGui
|
||||
splashFont.setFamily("Arial");
|
||||
// splashFont.setBold(true);
|
||||
splashFont.setPointSize(10);
|
||||
splashFont.setStretch(125);
|
||||
splashFont.setStretch(100);
|
||||
|
||||
m_splashScreen.reset(new CSplashScreen(pixmap.scaled(256, 256)));
|
||||
m_splashScreen->show();
|
||||
m_splashScreen->showStatusMessage(CBuildConfig::getVersionString());
|
||||
m_splashScreen->showStatusMessage("Version " + CBuildConfig::getVersionString());
|
||||
m_splashScreen->setSplashFont(splashFont);
|
||||
|
||||
this->processEventsToRefreshGui();
|
||||
|
||||
Reference in New Issue
Block a user