1 [gd_scene load_steps=3 format=3 uid="uid://cuoywrmvda1yg"]
3 [ext_resource type="Script" uid="uid://ce200acuxdi74" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.gd" id="1_dgoja"]
5 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_upgjp"]
6 content_margin_left = 5.0
7 content_margin_top = 5.0
8 content_margin_right = 5.0
9 content_margin_bottom = 5.0
10 bg_color = Color(0.780392, 0.780392, 0.780392, 0.156863)
11 corner_radius_top_left = 5
12 corner_radius_top_right = 5
13 corner_radius_bottom_right = 5
14 corner_radius_bottom_left = 5
16 [node name="HistoryItem" type="PanelContainer"]
21 theme_override_styles/panel = SubResource("StyleBoxFlat_upgjp")
22 script = ExtResource("1_dgoja")
24 [node name="HBoxContainer" type="HBoxContainer" parent="."]
27 [node name="Icon" type="TextureRect" parent="HBoxContainer"]
28 unique_name_in_owner = true
29 custom_minimum_size = Vector2(30, 30)
34 [node name="NameLabel" type="Label" parent="HBoxContainer"]
35 unique_name_in_owner = true
37 size_flags_vertical = 0
39 [node name="TextBox" type="RichTextLabel" parent="HBoxContainer"]
40 unique_name_in_owner = true
42 size_flags_horizontal = 3
43 size_flags_vertical = 4