Skip to content

Commit

Permalink
Quick fix: parameter border width
Browse files Browse the repository at this point in the history
  • Loading branch information
wnbaum committed Jun 13, 2024
1 parent 6603a62 commit 656da20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions addons/block_code/ui/blocks/parameter_block/parameter_block.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
[ext_resource type="Script" path="res://addons/block_code/ui/blocks/parameter_block/parameter_block.gd" id="1_0hajy"]
[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"]

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0b52j"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vvwx0"]
bg_color = Color(1, 1, 1, 1)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_width_left = 3
border_width_top = 3
border_width_right = 3
border_width_bottom = 3
corner_radius_top_left = 16
corner_radius_top_right = 16
corner_radius_bottom_right = 16
Expand All @@ -26,7 +26,7 @@ block_type = 3
[node name="Panel" type="Panel" parent="."]
unique_name_in_owner = true
layout_mode = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_0b52j")
theme_override_styles/panel = SubResource("StyleBoxFlat_vvwx0")

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

0 comments on commit 656da20

Please sign in to comment.