Explorar o código

UI: Add minimum size of OAuth login dialog

jp9000 %!s(int64=6) %!d(string=hai) anos
pai
achega
43f75ed02b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);