fix: small UI touchups/fixes
This commit is contained in:
committed by
Julian Murgia
parent
faab5ba808
commit
f74cb48b3d
@@ -25,26 +25,20 @@ color = Color( 0.235294, 0.341176, 0.290196, 1 )
|
||||
margin_right = 500.0
|
||||
margin_bottom = 800.0
|
||||
|
||||
[node name="Control" type="Control" parent="VBoxContainer"]
|
||||
[node name="Control" type="CenterContainer" parent="VBoxContainer"]
|
||||
margin_right = 500.0
|
||||
margin_bottom = 60.0
|
||||
rect_min_size = Vector2( 0, 60 )
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="VBoxContainer/Control"]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -183.5
|
||||
margin_top = -20.0
|
||||
margin_right = 183.5
|
||||
margin_bottom = 20.0
|
||||
margin_left = 69.0
|
||||
margin_top = 18.0
|
||||
margin_right = 430.0
|
||||
margin_bottom = 42.0
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/Control/CenterContainer"]
|
||||
margin_left = 3.0
|
||||
margin_top = 8.0
|
||||
margin_right = 364.0
|
||||
margin_bottom = 32.0
|
||||
margin_right = 361.0
|
||||
margin_bottom = 24.0
|
||||
|
||||
[node name="BackgroundObjectCheckBox" type="CheckBox" parent="VBoxContainer/Control/CenterContainer/HBoxContainer"]
|
||||
margin_right = 190.0
|
||||
|
||||
@@ -259,7 +259,7 @@ margin_right = 992.0
|
||||
margin_bottom = 212.0
|
||||
rect_min_size = Vector2( 40, 0 )
|
||||
|
||||
[node name="PreviewSection" type="Control" parent="MarginContainer/MarginContainer/VBoxContainer"]
|
||||
[node name="PreviewSection" type="MarginContainer" parent="MarginContainer/MarginContainer/VBoxContainer"]
|
||||
margin_top = 260.0
|
||||
margin_right = 1000.0
|
||||
margin_bottom = 660.0
|
||||
@@ -271,23 +271,21 @@ margin_bottom = 400.0
|
||||
rect_min_size = Vector2( 1000, 400 )
|
||||
color = Color( 0, 0, 0, 1 )
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="MarginContainer/MarginContainer/VBoxContainer/PreviewSection"]
|
||||
margin_left = 5.0
|
||||
margin_top = 5.0
|
||||
margin_right = 995.0
|
||||
margin_bottom = 395.0
|
||||
[node name="CenterContainer" type="MarginContainer" parent="MarginContainer/MarginContainer/VBoxContainer/PreviewSection"]
|
||||
margin_right = 1000.0
|
||||
margin_bottom = 400.0
|
||||
|
||||
[node name="RoomBackground" type="TextureRect" parent="MarginContainer/MarginContainer/VBoxContainer/PreviewSection/CenterContainer"]
|
||||
margin_right = 990.0
|
||||
margin_bottom = 390.0
|
||||
margin_right = 1000.0
|
||||
margin_bottom = 400.0
|
||||
rect_min_size = Vector2( 990, 390 )
|
||||
texture = ExtResource( 2 )
|
||||
expand = true
|
||||
stretch_mode = 7
|
||||
|
||||
[node name="BackgroundPreview" type="TextureRect" parent="MarginContainer/MarginContainer/VBoxContainer/PreviewSection"]
|
||||
margin_left = 5.0
|
||||
margin_top = 5.0
|
||||
margin_right = 5.0
|
||||
margin_bottom = 5.0
|
||||
margin_right = 1000.0
|
||||
margin_bottom = 400.0
|
||||
|
||||
[node name="MarginContainer2" type="MarginContainer" parent="MarginContainer/MarginContainer/VBoxContainer"]
|
||||
margin_top = 664.0
|
||||
|
||||
Reference in New Issue
Block a user