Browse Source

UI: Add minimum size of OAuth login dialog

jp9000 6 years ago
parent
commit
43f75ed02b
1 changed files with 1 additions and 0 deletions
  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);