Some style fixes

This commit is contained in:
2025-12-24 17:57:23 +03:00
parent 3921eaf2db
commit 5384fa3caa
6 changed files with 16 additions and 13 deletions
+4 -2
View File
@@ -35,8 +35,9 @@ columns = 2
[node name="SeedLabel" type="Label" parent="GridContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(200, 0)
custom_minimum_size = Vector2(280, 0)
layout_mode = 2
theme = ExtResource("2_s4s14")
horizontal_alignment = 1
[node name="UseRandomButton" type="Button" parent="GridContainer"]
@@ -48,9 +49,10 @@ text = "Use random seed"
[node name="SeedEdit" type="LineEdit" parent="GridContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(200, 0)
custom_minimum_size = Vector2(280, 0)
layout_mode = 2
mouse_filter = 2
theme = ExtResource("2_s4s14")
placeholder_text = "Enter seed"
alignment = 1
max_length = 16