Skip to content

Commit

Permalink
The LuxCore wall paper is now shown in About dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dade916 committed Nov 20, 2020
1 parent 23abfa3 commit f8679fc
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* New command line options to configure devices used and enable/disable RTX
* Replaced LuxVR with LuxCoreUI
* Added an information dialog during GPU kernel compilations
* The LuxCore wall paper is now shown in About dialog

### Fixed Bugs

Expand Down
4 changes: 2 additions & 2 deletions src/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>640</width>
<height>700</height>
<height>750</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -60,7 +60,7 @@
<enum>Qt::RichText</enum>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/resources/SLG_Splash.png</pixmap>
<pixmap resource="resources.qrc">:/images/resources/LC_Splash.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
Expand Down
2 changes: 1 addition & 1 deletion src/resources.qrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<RCC>
<qresource prefix="images">
<file>resources/SLG_Splash.png</file>
<file>resources/LC_Splash.png</file>
<file>resources/luxlogo_bg.png</file>
<file>resources/SLG_luxball_sppm_small.png</file>
</qresource>
Expand Down
2 changes: 1 addition & 1 deletion src/resources.qrc.depends
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<RCC>
<qresource prefix="images">
<file>resources/SLG_Splash.png</file>
<file>resources/LC_Splash.png</file>
<file>resources/luxlogo_bg.png</file>
<file>resources/SLG_luxball_sppm_small.png</file>
</qresource>
Expand Down
Binary file added src/resources/LC_Splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/resources/SLG_Splash.png
Binary file not shown.

0 comments on commit f8679fc

Please sign in to comment.