This commit is contained in:
sasha80
2024-11-15 11:10:54 +03:00
parent c7be9d2740
commit 2896b8d081
2 changed files with 14 additions and 14 deletions

View File

@@ -84,15 +84,15 @@ func _enter_tree() -> void:
"
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ox0yw"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_evx06"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_emtms"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_xxyaa"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_cd4fw"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_emtms"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_evx06"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ox0yw"]
[node name="block_input" type="PanelContainer"]
editor_description = "Элемент замены из ЗИП"
@@ -190,10 +190,10 @@ text = "Температура"
[node name="button" type="Button" parent="."]
layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxEmpty_ox0yw")
theme_override_styles/focus = SubResource("StyleBoxEmpty_evx06")
theme_override_styles/disabled = SubResource("StyleBoxEmpty_emtms")
theme_override_styles/hover = SubResource("StyleBoxEmpty_xxyaa")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_cd4fw")
theme_override_styles/disabled = SubResource("StyleBoxEmpty_emtms")
theme_override_styles/focus = SubResource("StyleBoxEmpty_evx06")
theme_override_styles/normal = SubResource("StyleBoxEmpty_ox0yw")
[connection signal="pressed" from="button" to="." method="_on_button_pressed"]

View File

@@ -83,15 +83,15 @@ func _enter_tree() -> void:
"
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ox0yw"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_evx06"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_emtms"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_xxyaa"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_cd4fw"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_emtms"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_evx06"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ox0yw"]
[node name="block_output" type="PanelContainer"]
editor_description = "Элемент замены из ЗИП"
@@ -178,10 +178,10 @@ text = "Температура"
[node name="button" type="Button" parent="."]
layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxEmpty_ox0yw")
theme_override_styles/focus = SubResource("StyleBoxEmpty_evx06")
theme_override_styles/disabled = SubResource("StyleBoxEmpty_emtms")
theme_override_styles/hover = SubResource("StyleBoxEmpty_xxyaa")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_cd4fw")
theme_override_styles/disabled = SubResource("StyleBoxEmpty_emtms")
theme_override_styles/focus = SubResource("StyleBoxEmpty_evx06")
theme_override_styles/normal = SubResource("StyleBoxEmpty_ox0yw")
[connection signal="pressed" from="button" to="." method="_on_button_pressed"]