Skip to content

Commit 1d702a4

Browse files
committed
Make gdquest intro label fit content
Fixes #1289
1 parent f2c77bf commit 1d702a4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

ui/screens/welcome_screen/WelcomeScreen.tscn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -808,18 +808,18 @@ position = Vector2(882.5, 243)
808808
texture = ExtResource("20")
809809
810810
[node name="TitleLinkLabel" type="RichTextLabel" parent="TitleBackground/Title" unique_id=142764326]
811-
layout_mode = 0
812-
anchor_top = 1.0
813-
anchor_bottom = 1.0
811+
layout_mode = 1
814812
offset_left = 25.0
815-
offset_top = 3.0
816-
offset_right = 522.0
817-
offset_bottom = 31.0
813+
offset_top = 233.0
814+
offset_right = 743.5
815+
offset_bottom = 261.0
818816
theme_type_variation = &"RTLMainMenuTag"
819817
theme_override_colors/default_color = Color(0.576471, 0.560784, 0.721569, 1)
820818
bbcode_enabled = true
821819
text = "An open source project by GDQuest.com"
820+
fit_content = true
822821
scroll_active = false
822+
vertical_alignment = 1
823823
824824
[node name="FullScreenButton" parent="." unique_id=1808795193 instance=ExtResource("11")]
825825
layout_mode = 0

0 commit comments

Comments
 (0)