Merge pull request #20 from Calinou/add-window-margins

Add margins to the window
This commit is contained in:
Rodz Labs 2019-10-17 22:28:03 +02:00 committed by GitHub
commit 02107023a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,11 +26,15 @@ script = ExtResource( 1 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 6.0
margin_top = 6.0
margin_right = -6.0
margin_bottom = -6.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Menu" type="HBoxContainer" parent="VBoxContainer"]
margin_right = 1280.0
margin_right = 1268.0
margin_bottom = 20.0
[node name="File" type="MenuButton" parent="VBoxContainer/Menu"]
@ -62,19 +66,19 @@ items = [ "User manual", null, 0, false, false, 21, 0, null, "", false, "Report
[node name="HBoxContainer" type="HSplitContainer" parent="VBoxContainer"]
margin_top = 24.0
margin_right = 1280.0
margin_bottom = 720.0
margin_right = 1268.0
margin_bottom = 708.0
size_flags_vertical = 3
[node name="VBoxContainer" type="VSplitContainer" parent="VBoxContainer/HBoxContainer"]
margin_right = 314.0
margin_bottom = 696.0
margin_right = 311.0
margin_bottom = 684.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Library" parent="VBoxContainer/HBoxContainer/VBoxContainer" instance=ExtResource( 2 )]
margin_right = 314.0
margin_bottom = 411.0
margin_right = 311.0
margin_bottom = 404.0
size_flags_vertical = 3
size_flags_stretch_ratio = 1.5
@ -82,14 +86,14 @@ size_flags_stretch_ratio = 1.5
anchor_left = 0.0
anchor_right = 0.0
margin_left = 0.0
margin_top = 423.0
margin_right = 314.0
margin_bottom = 696.0
margin_top = 416.0
margin_right = 311.0
margin_bottom = 684.0
[node name="ProjectsPane" type="Control" parent="VBoxContainer/HBoxContainer"]
margin_left = 326.0
margin_right = 1280.0
margin_bottom = 696.0
margin_left = 323.0
margin_right = 1268.0
margin_bottom = 684.0
size_flags_horizontal = 3
size_flags_vertical = 3
size_flags_stretch_ratio = 3.0
@ -101,7 +105,7 @@ anchor_bottom = 1.0
stretch = true
[node name="Viewport" type="Viewport" parent="VBoxContainer/HBoxContainer/ProjectsPane/BackgroundPreview"]
size = Vector2( 954, 696 )
size = Vector2( 945, 684 )
handle_input_locally = false
msaa = 2
render_target_update_mode = 0
@ -115,12 +119,14 @@ current = true
self_modulate = Color( 1, 1, 1, 0 )
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = 5.0
margin_bottom = 5.0
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource( 5 )
[node name="Tabs" type="Tabs" parent="VBoxContainer/HBoxContainer/ProjectsPane/Projects"]
margin_right = 954.0
margin_right = 950.0
margin_bottom = 24.0
tab_align = 0
tab_close_display_policy = 1