Skip to content

Commit 65b376f

Browse files
committed
New splash screen. Closes #508
1 parent 4a42747 commit 65b376f

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

src/Interface/Application/GuiCommands.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ bool ShowSplashScreenGui::execute()
9999

100100
void ShowSplashScreenGui::initSplashScreen()
101101
{
102-
splash_ = new QSplashScreen(0, QPixmap(":/gear/splash-scirun.png").scaled(990, 490), Qt::WindowStaysOnTopHint);
102+
splash_ = new QSplashScreen(0, QPixmap(":/general/Resources/scirun_5_0_alpha.png"), Qt::WindowStaysOnTopHint);
103103
splashTimer_ = new QTimer;
104104
splashTimer_->setSingleShot( true );
105105
splashTimer_->setInterval( 5000 );
516 KB
Loading

src/Interface/Application/scirun5.qrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<RCC>
22
<qresource prefix="/gear">
33
<file>Gear.png</file>
4-
<file>splash-scirun.png</file>
54
</qresource>
65
<qresource prefix="/general">
76
<file>Resources/load.png</file>
@@ -41,5 +40,6 @@
4140
<file>Resources/new/modules/options.png</file>
4241
<file>Resources/new/modules/run.png</file>
4342
<file>Resources/new/modules/settings.png</file>
43+
<file>Resources/scirun_5_0_alpha.png</file>
4444
</qresource>
4545
</RCC>
-243 KB
Binary file not shown.
-243 KB
Binary file not shown.
-212 KB
Binary file not shown.

0 commit comments

Comments
 (0)