|
1 | | -[gd_scene load_steps=7 format=3 uid="uid://7mvxuaulctcq"] |
| 1 | +[gd_scene load_steps=6 format=3 uid="uid://7mvxuaulctcq"] |
2 | 2 |
|
3 | 3 | [ext_resource type="Script" uid="uid://buepm260xnmaa" path="res://addons/dialogic/Editor/Events/Fields/field_file.gd" id="1_0grcf"] |
4 | 4 |
|
|
8 | 8 |
|
9 | 9 | [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_wq6bt"] |
10 | 10 |
|
11 | | -[sub_resource type="SVGTexture" id="SVGTexture_ye6ml"] |
12 | | -_source = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\"><path fill=\"#ff5d5d\" d=\"M2 1v8.586l1.293-1.293a1 1 0 0 1 1.414 0L7 10.587l2.293-2.293a1 1 0 0 1 1.414 0L13 10.586l1-1V6H9V1H2zm8 0v4h4zm-6 9.414-2 2V15h12v-2.586l-.293.293a1 1 0 0 1-1.414 0L10 10.414l-2.293 2.293a1 1 0 0 1-1.414 0L4 10.414z\"/></svg> |
13 | | -" |
14 | | - |
15 | | -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_p7oji"] |
| 11 | +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ye6ml"] |
16 | 12 | content_margin_left = 4.0 |
17 | 13 | content_margin_top = 4.0 |
18 | 14 | content_margin_right = 4.0 |
@@ -59,26 +55,23 @@ expand_to_text_length = true |
59 | 55 | [node name="OpenButton" type="Button" parent="BG/HBox"] |
60 | 56 | unique_name_in_owner = true |
61 | 57 | layout_mode = 2 |
62 | | -icon = SubResource("SVGTexture_ye6ml") |
63 | 58 | flat = true |
64 | 59 |
|
65 | 60 | [node name="EditButton" type="Button" parent="BG/HBox"] |
66 | 61 | unique_name_in_owner = true |
67 | 62 | layout_mode = 2 |
68 | | -icon = SubResource("SVGTexture_ye6ml") |
69 | 63 | flat = true |
70 | 64 |
|
71 | 65 | [node name="ClearButton" type="Button" parent="BG/HBox"] |
72 | 66 | unique_name_in_owner = true |
73 | 67 | layout_mode = 2 |
74 | | -icon = SubResource("SVGTexture_ye6ml") |
75 | 68 | flat = true |
76 | 69 |
|
77 | 70 | [node name="FocusStyle" type="Panel" parent="."] |
78 | 71 | visible = false |
79 | 72 | layout_mode = 2 |
80 | 73 | mouse_filter = 2 |
81 | | -theme_override_styles/panel = SubResource("StyleBoxFlat_p7oji") |
| 74 | +theme_override_styles/panel = SubResource("StyleBoxFlat_ye6ml") |
82 | 75 |
|
83 | 76 | [connection signal="focus_entered" from="BG/HBox/Field" to="." method="_on_field_focus_entered"] |
84 | 77 | [connection signal="focus_exited" from="BG/HBox/Field" to="." method="_on_field_focus_exited"] |
|
0 commit comments