aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LSession.cpp
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2016-11-30 10:04:52 -0500
committerKen Moore <ken@ixsystems.com>2016-11-30 10:04:52 -0500
commitd3b332c98f7d7ff105e39b3ae2bbf88ad5fcd9cd (patch)
treefcbf99230f6571b9c57f7783f06501f34b1f84e6 /src-qt5/core/lumina-desktop/LSession.cpp
parentCleanup the bootsplash a bit: (diff)
downloadlumina-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.cpp3
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(){
bgstack15