mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
Enlarge text box of splash screen so that the tallest characters display correctly
This commit is contained in:
parent
9d452a179e
commit
19bc6b1b93
@ -116,7 +116,7 @@ MainWindow::MainWindow(qtwebapp::LoggerWithFile *logger, const MainParser& parse
|
||||
|
||||
QPixmap logoPixmap(":/sdrangel_logo.png");
|
||||
SDRangelSplash *splash = new SDRangelSplash(logoPixmap);
|
||||
splash->setMessageRect(QRect(10, 80, 350, 12));
|
||||
splash->setMessageRect(QRect(10, 80, 350, 16));
|
||||
splash->show();
|
||||
splash->showStatusMessage("starting...", Qt::white);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user