Skip to content
Snippets Groups Projects
Commit 3740adb6 authored by James Rowe's avatar James Rowe
Browse files

Set Minimum Size to the same as renderwindow

parent aa427bb2
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ LoadingScreen::LoadingScreen(QWidget* parent)
: QWidget(parent), ui(std::make_unique<Ui::LoadingScreen>()),
previous_stage(VideoCore::LoadCallbackStage::Complete) {
ui->setupUi(this);
setMinimumSize(1280, 720);
connect(this, &LoadingScreen::LoadProgress, this, &LoadingScreen::OnLoadProgress,
Qt::QueuedConnection);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment