mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Optimize screen layout a bit
This commit is contained in:
parent
285a89efef
commit
d258f812ce
4 changed files with 114 additions and 130 deletions
scenes
|
@ -39,14 +39,15 @@ __meta__ = {
|
|||
|
||||
[node name="Control2" type="Control" parent="VBoxContainer"]
|
||||
margin_right = 200.0
|
||||
margin_bottom = 11.0
|
||||
margin_bottom = 2.0
|
||||
size_flags_vertical = 3
|
||||
size_flags_stretch_ratio = 0.13
|
||||
|
||||
[node name="Control" type="Control" parent="VBoxContainer"]
|
||||
margin_top = 15.0
|
||||
margin_top = 6.0
|
||||
margin_right = 200.0
|
||||
margin_bottom = 106.0
|
||||
margin_bottom = 96.0
|
||||
rect_min_size = Vector2( 0, 90 )
|
||||
mouse_filter = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
|
@ -107,9 +108,10 @@ __meta__ = {
|
|||
}
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer"]
|
||||
margin_top = 110.0
|
||||
margin_top = 100.0
|
||||
margin_right = 200.0
|
||||
margin_bottom = 139.0
|
||||
margin_bottom = 140.0
|
||||
rect_min_size = Vector2( 0, 40 )
|
||||
size_flags_vertical = 7
|
||||
size_flags_stretch_ratio = 0.0
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue