mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Splash screen size
.. on hdpi the fonts get squished by spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user