talkpal-frontend/scenes/common/error_box.tscn
DarkSlein 08bf2577d7 Added extend finish time feature
Added reservation for the past time error

Fixed layout
2025-03-27 14:35:33 +03:00

22 lines
829 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://e73v63ysty2e"]
[ext_resource type="Theme" uid="uid://cmhwbyqu6nh38" path="res://assets/themes/big.tres" id="1_bo38g"]
[ext_resource type="Script" path="res://scenes/common/error_box.gd" id="1_lkwa6"]
[node name="ErrorBox" type="HBoxContainer"]
script = ExtResource("1_lkwa6")
[node name="Control" type="Control" parent="."]
custom_minimum_size = Vector2(25, 0)
layout_mode = 2
[node name="ErrorLabel" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
theme = ExtResource("1_bo38g")
theme_override_colors/font_color = Color(1, 0, 0, 1)
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 8
text = "❗ Время начала не может быть больше времени окончания"
autowrap_mode = 2