Skip to content

Commit

Permalink
fix(Library): update card spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Aug 31, 2024
1 parent cc70012 commit 8292486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions core/ui/card_ui/library/library_menu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ theme_override_constants/margin_right = 15
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/h_separation = 4
theme_override_constants/h_separation = 26
theme_override_constants/v_separation = 16
alignment = 1

[node name="Card" parent="TabContainer/InstalledTab/MarginContainer/InstalledGrid" instance=ExtResource("11_bj8cj")]
layout_mode = 2
Expand Down Expand Up @@ -108,9 +109,6 @@ layout_mode = 2
[node name="Card11" parent="TabContainer/InstalledTab/MarginContainer/InstalledGrid" instance=ExtResource("11_bj8cj")]
layout_mode = 2

[node name="Card12" parent="TabContainer/InstalledTab/MarginContainer/InstalledGrid" instance=ExtResource("11_bj8cj")]
layout_mode = 2

[node name="AllGamesTab" type="ScrollContainer" parent="TabContainer"]
visible = false
layout_mode = 2
Expand All @@ -130,5 +128,6 @@ theme_override_constants/margin_right = 15
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/h_separation = 4
theme_override_constants/h_separation = 26
theme_override_constants/v_separation = 16
alignment = 1
1 change: 0 additions & 1 deletion core/ui/components/card.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ layout_mode = 3
anchors_preset = 0
offset_right = 200.0
offset_bottom = 300.0
size_flags_horizontal = 3
size_flags_vertical = 3
focus_mode = 2
mouse_filter = 1
Expand Down

0 comments on commit 8292486

Please sign in to comment.