mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
Adding spacer to file icon to allow for full drawing
This commit is contained in:
parent
8de8494677
commit
22dfa99d46
1 changed files with 12 additions and 5 deletions
|
@ -37,9 +37,16 @@ __meta__ = {
|
|||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Control" type="Control" parent="VBoxContainer"]
|
||||
[node name="Control2" type="Control" parent="VBoxContainer"]
|
||||
margin_right = 200.0
|
||||
margin_bottom = 87.0
|
||||
margin_bottom = 11.0
|
||||
size_flags_vertical = 3
|
||||
size_flags_stretch_ratio = 0.13
|
||||
|
||||
[node name="Control" type="Control" parent="VBoxContainer"]
|
||||
margin_top = 15.0
|
||||
margin_right = 200.0
|
||||
margin_bottom = 106.0
|
||||
mouse_filter = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
|
@ -100,11 +107,11 @@ __meta__ = {
|
|||
}
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer"]
|
||||
margin_top = 91.0
|
||||
margin_top = 110.0
|
||||
margin_right = 200.0
|
||||
margin_bottom = 140.0
|
||||
margin_bottom = 139.0
|
||||
size_flags_vertical = 7
|
||||
size_flags_stretch_ratio = 0.55
|
||||
size_flags_stretch_ratio = 0.0
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
text = "filename"
|
||||
align = 1
|
||||
|
|
Loading…
Reference in a new issue