diff options
author | Ken Moore <ken@ixsystems.com> | 2016-11-30 10:04:52 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-11-30 10:04:52 -0500 |
commit | d3b332c98f7d7ff105e39b3ae2bbf88ad5fcd9cd (patch) | |
tree | fcbf99230f6571b9c57f7783f06501f34b1f84e6 /src-qt5/core/lumina-desktop/LSession.cpp | |
parent | Cleanup the bootsplash a bit: (diff) | |
download | lumina-d3b332c98f7d7ff105e39b3ae2bbf88ad5fcd9cd.tar.gz lumina-d3b332c98f7d7ff105e39b3ae2bbf88ad5fcd9cd.tar.bz2 lumina-d3b332c98f7d7ff105e39b3ae2bbf88ad5fcd9cd.zip |
A few more tweaks for the boot splash. Font weights and such to better accent the rest of the UI.
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.cpp')
-rw-r--r-- | src-qt5/core/lumina-desktop/LSession.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.cpp b/src-qt5/core/lumina-desktop/LSession.cpp index 22439911..289d7ede 100644 --- a/src-qt5/core/lumina-desktop/LSession.cpp +++ b/src-qt5/core/lumina-desktop/LSession.cpp @@ -161,7 +161,10 @@ void LSession::setupSession(){ for(int i=0; i<4; i++){ LSession::processEvents(); } //Again, just a few event loops here so thing can settle before we close the splash screen //launchStartupApps(); QTimer::singleShot(500, this, SLOT(launchStartupApps()) ); + splash.hide(); + LSession::processEvents(); splash.close(); + LSession::processEvents(); } void LSession::CleanupSession(){ |