mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 11:12:27 -04: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");
|
QPixmap logoPixmap(":/sdrangel_logo.png");
|
||||||
SDRangelSplash *splash = new SDRangelSplash(logoPixmap);
|
SDRangelSplash *splash = new SDRangelSplash(logoPixmap);
|
||||||
splash->setMessageRect(QRect(10, 80, 350, 12));
|
splash->setMessageRect(QRect(10, 80, 350, 16));
|
||||||
splash->show();
|
splash->show();
|
||||||
splash->showStatusMessage("starting...", Qt::white);
|
splash->showStatusMessage("starting...", Qt::white);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user