forked from davidwashere/delegated-scanning-sim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
image_entry.tscn
63 lines (52 loc) · 2.1 KB
/
image_entry.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[gd_scene load_steps=8 format=3 uid="uid://bwfsxegipgtiw"]
[ext_resource type="StyleBox" uid="uid://c8gtm0fgufeaf" path="res://theme/styles/hover.tres" id="1_yte84"]
[ext_resource type="Script" path="res://image_entry.gd" id="2_ql34x"]
[ext_resource type="Texture2D" uid="uid://by2xty1mw77m3" path="res://assets/trash-svgrepo-com-16x16.png" id="3_pqh1h"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pj1du"]
bg_color = Color(0.180392, 0.180392, 0.180392, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
[sub_resource type="LabelSettings" id="LabelSettings_ypqty"]
font_size = 12
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_4o3yq"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_h3tai"]
[node name="HBoxContainer" type="HBoxContainer"]
offset_right = 119.0
offset_bottom = 31.0
size_flags_horizontal = 3
theme_override_constants/separation = 4
script = ExtResource("2_ql34x")
[node name="KeyLabel" type="Label" parent="."]
custom_minimum_size = Vector2(24, 24)
layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_pj1du")
text = "1"
label_settings = SubResource("LabelSettings_ypqty")
horizontal_alignment = 1
vertical_alignment = 1
[node name="CheckBox" type="CheckBox" parent="."]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 0
mouse_default_cursor_shape = 2
theme_override_constants/check_v_offset = 0
theme_override_font_sizes/font_size = 16
theme_override_styles/hover = ExtResource("1_yte84")
theme_override_styles/hover_pressed = ExtResource("1_yte84")
theme_override_styles/focus = SubResource("StyleBoxEmpty_4o3yq")
text = "abc123"
[node name="DeleteButton" type="Button" parent="."]
layout_mode = 2
size_flags_vertical = 4
theme_override_styles/focus = SubResource("StyleBoxEmpty_h3tai")
icon = ExtResource("3_pqh1h")
[node name="Spacer" type="Control" parent="."]
custom_minimum_size = Vector2(4, 0)
layout_mode = 2
[connection signal="pressed" from="DeleteButton" to="." method="_on_delete_button_pressed"]