add minimum size to musredit help.
This commit is contained in:
parent
07a3de1ed4
commit
f03b918840
@ -108,6 +108,7 @@ PHelp::PHelp(const QString &url, const bool isDarkTheme) :
|
|||||||
|
|
||||||
setCentralWidget(fView);
|
setCentralWidget(fView);
|
||||||
setUnifiedTitleAndToolBarOnMac(true);
|
setUnifiedTitleAndToolBarOnMac(true);
|
||||||
|
setMinimumSize(800, 700);
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user