add minimum size to musredit help.

This commit is contained in:
suter_a 2020-06-08 18:35:19 +02:00
parent 07a3de1ed4
commit f03b918840

View File

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