add minimum size to musredit help.

This commit is contained in:
suter_a 2020-06-08 18:35:19 +02:00
parent f9407ef975
commit 32b4c89dae

View File

@ -108,6 +108,7 @@ PHelp::PHelp(const QString &url, const bool isDarkTheme) :
setCentralWidget(fView);
setUnifiedTitleAndToolBarOnMac(true);
setMinimumSize(800, 700);
}
//---------------------------------------------------------------------------