From 46dad32bfa472f6084b5f15e1f5d24b6b2e54fe2 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Tue, 11 Feb 2020 13:30:33 -0600 Subject: [PATCH] Increase the size of the demos' text box --- project/demos/Utils/DemoInterface.tscn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/demos/Utils/DemoInterface.tscn b/project/demos/Utils/DemoInterface.tscn index f193619..6c100ee 100644 --- a/project/demos/Utils/DemoInterface.tscn +++ b/project/demos/Utils/DemoInterface.tscn @@ -11,7 +11,7 @@ extends RichTextLabel [node name="DemoInterface" type="PanelContainer"] anchor_right = 1.0 -margin_bottom = 87.0 +margin_bottom = 140.0 rect_min_size = Vector2( 1024, 0 ) theme = ExtResource( 1 ) script = ExtResource( 2 ) @@ -22,13 +22,13 @@ text_bbcode = "Replace this text for the demo." [node name="MarginContainer" type="MarginContainer" parent="."] margin_right = 1920.0 -margin_bottom = 87.0 +margin_bottom = 140.0 [node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer"] margin_left = 16.0 margin_top = 16.0 margin_right = 1904.0 -margin_bottom = 71.0 +margin_bottom = 124.0 rect_min_size = Vector2( 0, 55 ) bbcode_enabled = true bbcode_text = "Replace this text for the demo."