32 lines
1 KiB
Text
32 lines
1 KiB
Text
[gd_scene format=3 uid="uid://da2ldx7una0a2"]
|
|
|
|
[ext_resource type="Script" uid="uid://nb536nqdwd8g" path="res://gui/inbox_message_subject.gd" id="1_npjct"]
|
|
|
|
[node name="InboxMessageSubject" type="Button" unique_id=1590519653]
|
|
custom_minimum_size = Vector2(0, 40)
|
|
script = ExtResource("1_npjct")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1923870606]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 30
|
|
theme_override_constants/margin_top = 20
|
|
theme_override_constants/margin_right = 30
|
|
theme_override_constants/margin_bottom = 20
|
|
|
|
[node name="Source" type="Label" parent="MarginContainer" unique_id=1252337854]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "<Source>"
|
|
|
|
[node name="Subject" type="Label" parent="MarginContainer" unique_id=707399847]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
text = "<Subject>"
|
|
|
|
[connection signal="pressed" from="." to="." method="_on_pressed"]
|