diff --git a/icons/background.png b/icons/background.png index c0c304c1..db3b1134 100644 Binary files a/icons/background.png and b/icons/background.png differ diff --git a/src/MainWindow.ui b/src/MainWindow.ui index 0df664b4..81b97aa5 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -221,6 +221,7 @@ + @@ -240,7 +241,7 @@ 0 0 1397 - 35 + 33 @@ -408,6 +409,7 @@ + diff --git a/src/launchingscreen.cc b/src/launchingscreen.cc index 3a27f7e4..461ba701 100644 --- a/src/launchingscreen.cc +++ b/src/launchingscreen.cc @@ -25,8 +25,8 @@ LaunchingScreen::LaunchingScreen(QWidget *parent) : QDialog(parent) { LaunchingScreen::inst = this; setupUi(this); - this->setStyleSheet("QDialog {background-image:url(':/icons/background.png')}" - "QPushButton {color:white;}"); + + this->setStyleSheet("QDialog {background-image:url(':/icons/background.png')} QPushButton {color:white;}"); this->versionNumberLabel->setText(openscad_version.c_str());