Some style fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user