提交 e1890824 编写于 作者: J jp9000

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.
上级 fc939332
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册