Skip to content

Commit f34449a

Browse files
committed
fixing border style
1 parent e94ff82 commit f34449a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

addons/dialogic/Editor/TimelineEditor/SmallEventButton.tscn

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
[sub_resource type="StyleBoxFlat" id=1]
66
bg_color = Color( 1, 1, 1, 1 )
7-
border_color = Color( 0.14902, 0.14902, 0.14902, 1 )
7+
border_width_left = 1
8+
border_width_top = 1
9+
border_width_right = 1
10+
border_width_bottom = 1
11+
border_color = Color( 1, 1, 1, 0 )
812
corner_radius_top_left = 4
913
corner_radius_top_right = 4
1014
corner_radius_bottom_right = 4
@@ -45,6 +49,7 @@ __meta__ = {
4549
}
4650

4751
[node name="Border" type="Panel" parent="."]
52+
show_behind_parent = true
4853
anchor_right = 1.0
4954
anchor_bottom = 1.0
5055
mouse_filter = 2

0 commit comments

Comments
 (0)