瀏覽代碼

UI: Add minimum size of OAuth login dialog

jp9000 6 年之前
父節點
當前提交
43f75ed02b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      UI/auth-oauth.cpp

+ 1 - 0
UI/auth-oauth.cpp

@@ -27,6 +27,7 @@ OAuthLogin::OAuthLogin(QWidget *parent, const std::string &url, bool token)
 	  get_token (token)
 {
 	setWindowTitle("Auth");
+	setMinimumSize(400, 400);
 	resize(700, 700);
 
 	OBSBasic::InitBrowserPanelSafeBlock(true);