Skip to content

Commit 656da20

Browse files
committed
Quick fix: parameter border width
1 parent 6603a62 commit 656da20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

addons/block_code/ui/blocks/parameter_block/parameter_block.tscn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[ext_resource type="Script" path="res://addons/block_code/ui/blocks/parameter_block/parameter_block.gd" id="1_0hajy"]
44
[ext_resource type="PackedScene" uid="uid://c7puyxpqcq6xo" path="res://addons/block_code/ui/blocks/utilities/drag_drop_area/drag_drop_area.tscn" id="2_gy5co"]
55

6-
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0b52j"]
6+
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vvwx0"]
77
bg_color = Color(1, 1, 1, 1)
8-
border_width_left = 4
9-
border_width_top = 4
10-
border_width_right = 4
11-
border_width_bottom = 4
8+
border_width_left = 3
9+
border_width_top = 3
10+
border_width_right = 3
11+
border_width_bottom = 3
1212
corner_radius_top_left = 16
1313
corner_radius_top_right = 16
1414
corner_radius_bottom_right = 16
@@ -26,7 +26,7 @@ block_type = 3
2626
[node name="Panel" type="Panel" parent="."]
2727
unique_name_in_owner = true
2828
layout_mode = 2
29-
theme_override_styles/panel = SubResource("StyleBoxFlat_0b52j")
29+
theme_override_styles/panel = SubResource("StyleBoxFlat_vvwx0")
3030

3131
[node name="DragDropArea" parent="." instance=ExtResource("2_gy5co")]
3232
layout_mode = 2

0 commit comments

Comments
 (0)