changeset 95:fb5227b415e6

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Jun 2017 13:22:11 +0300
parents befbd69b4ab5
children d59544e67903
files src/main.cpp
diffstat 1 files changed, 8 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Thu Jun 08 13:06:48 2017 +0300
+++ b/src/main.cpp	Thu Jun 08 13:22:11 2017 +0300
@@ -1167,15 +1167,6 @@
 {
     ui->setupUi(this);
 
-//    setCommonStyleSheet(this);
-
-    setModal(true);
-    setAttribute(Qt::WA_DeleteOnClose);
-    show();
-    activateWindow();
-    raise();
-    setFocus();
-
     ui->label_Logo->setPixmap(QPixmap(":/img/icon-64.png"));
     ui->label_Logo->setAlignment(Qt::AlignCenter);
 
@@ -1201,7 +1192,6 @@
         arg(APP_VERSION)
         );
 
-
     ui->label_ShortCuts->setText(tr(
         "<h1>Pikanäppäimet</h1>"
         "<table>"
@@ -1220,6 +1210,14 @@
         "<tr><td><b>F8</b></td><td>Poista henkilö</td></tr>"
         "</table>"
         ));
+
+//    setCommonStyleSheet(this);
+    setModal(true);
+    setAttribute(Qt::WA_DeleteOnClose);
+    show();
+    activateWindow();
+    raise();
+    setFocus();
 }