Kaynağa Gözat

UI: Increase Twitch "Stream Stats" height by 50

The default size was too small for affiliates/partners, and would cut
off subscribers.
jp9000 7 yıl önce
ebeveyn
işleme
c284d26163
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      UI/auth-twitch.cpp

+ 2 - 2
UI/auth-twitch.cpp

@@ -292,8 +292,8 @@ void TwitchAuth::LoadSecondaryUIPanes()
 
 	stat.reset(new TwitchWidget());
 	stat->setObjectName("twitchStats");
-	stat->resize(200, 200);
-	stat->setMinimumSize(200, 200);
+	stat->resize(200, 250);
+	stat->setMinimumSize(200, 150);
 	stat->setWindowTitle(QTStr("TwitchAuth.Stats"));
 	stat->setAllowedAreas(Qt::AllDockWidgetAreas);