Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f68aa25

Browse files
authoredOct 13, 2024··
Shorter minimum width
1 parent 840ab2e commit f68aa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎addons/block_code/ui/picker/categories/block_category_button.tscn

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bg_color = Color(1, 1, 1, 0.392157)
2121
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ousiv"]
2222

2323
[node name="BlockCategoryButton" type="MarginContainer"]
24-
custom_minimum_size = Vector2(150, 0)
24+
custom_minimum_size = Vector2(140, 0)
2525
offset_right = 148.0
2626
offset_bottom = 32.0
2727
script = ExtResource("1_pxxnl")

0 commit comments

Comments
 (0)
Please sign in to comment.