# HG changeset patch # User Matti Hamalainen # Date 1496917331 -10800 # Node ID fb5227b415e6e11cfd649bf247612608886d0fab # Parent befbd69b4ab5076f1753e4548cd1a75f82c69bda Cosmetics. diff -r befbd69b4ab5 -r fb5227b415e6 src/main.cpp --- 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( "

Pikanäppäimet

" "" @@ -1220,6 +1210,14 @@ "" "
F8Poista henkilö
" )); + +// setCommonStyleSheet(this); + setModal(true); + setAttribute(Qt::WA_DeleteOnClose); + show(); + activateWindow(); + raise(); + setFocus(); }