Splash screen size

.. on hdpi the fonts get squished by spacing
This commit is contained in:
Mark Liversedge
2016-11-20 15:50:08 +00:00
parent 7d64068fe2
commit 9b8dbc1d6f

View File

@@ -641,10 +641,11 @@ MainWindow::setSplash(bool first)
progress = new QLabel(splash);
progress->setAlignment(Qt::AlignCenter);
QHBoxLayout *l = new QHBoxLayout(splash);
l->setSpacing(0);
l->addWidget(progress);
// lets go
splash->setFixedSize(100,50);
splash->setFixedSize(100,80);
if (first) {
// middle of screen