UI: Make the information dialog a big wider
Fixes an issue where the web page could have both horizontal and vertical scrollbars, making the information dialog page look a bit unsightly.master
parent
fc9393324c
commit
e189082439
|
@ -1795,7 +1795,7 @@ void OBSBasic::ReceivedIntroJson(const QString &text)
|
|||
|
||||
QDialog dlg(this);
|
||||
dlg.setWindowTitle("What's New");
|
||||
dlg.resize(600, 600);
|
||||
dlg.resize(700, 600);
|
||||
|
||||
QCefWidget *cefWidget = create_browser_widget(nullptr, info_url);
|
||||
if (!cefWidget) {
|
||||
|
|
Loading…
Reference in New Issue