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
jp9000 2018-08-13 00:27:59 -07:00
parent fc9393324c
commit e189082439
1 changed files with 1 additions and 1 deletions

View File

@ -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) {