瀏覽代碼

Merge pull request #32567 from Calinou/increase-about-dialog-size

Increase the size of the About dialog
Rémi Verschelde 6 年之前
父節點
當前提交
c825f76dec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/editor_about.cpp

+ 1 - 1
editor/editor_about.cpp

@@ -141,7 +141,7 @@ EditorAbout::EditorAbout() {
 	hbc->add_child(about_text);
 
 	TabContainer *tc = memnew(TabContainer);
-	tc->set_custom_minimum_size(Size2(630, 240) * EDSCALE);
+	tc->set_custom_minimum_size(Size2(950, 400) * EDSCALE);
 	tc->set_v_size_flags(Control::SIZE_EXPAND_FILL);
 	vbc->add_child(tc);