New version. Update home page link in About box.
[dorian] / widgets / splash.cpp
index 998a0de..967a84f 100755 (executable)
@@ -4,10 +4,11 @@
 \r
 Splash::Splash(QWidget *parent): QMainWindow(parent)\r
 {\r
+\r
     QLabel *label = new QLabel(this);\r
     QRect geo = QApplication::desktop()->geometry();\r
     label->setGeometry(geo);\r
-    label->setStyleSheet("background-color: black; color: black");\r
+    label->setStyleSheet("background-color: white; color: white");\r
     label->setPixmap(QPixmap(":/icons/splash.jpg").scaled(geo.width(),\r
         geo.height(), Qt::KeepAspectRatio, Qt::SmoothTransformation));\r
     setCentralWidget(label);\r