52 lines
1.8 KiB
Plaintext
52 lines
1.8 KiB
Plaintext
[gd_scene format=3 uid="uid://b2cpk0ef3rw87"]
|
|
|
|
[ext_resource type="Script" uid="uid://cxbjuwkso3fro" path="res://MeetingControlGfx.cs" id="1_ad8oc"]
|
|
[ext_resource type="Texture2D" uid="uid://dyxftkkuf7h7w" path="res://icon.svg" id="1_vkyb6"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ad8oc"]
|
|
bg_color = Color(0.20152655, 0.20152661, 0.20152646, 1)
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_vkyb6"]
|
|
line_spacing = -4.0
|
|
font_size = 12
|
|
|
|
[node name="MeetingControlGfx" type="PanelContainer" unique_id=1923695250]
|
|
offset_right = 250.0
|
|
offset_bottom = 54.0
|
|
size_flags_horizontal = 3
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_ad8oc")
|
|
script = ExtResource("1_ad8oc")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=2076398338]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 8
|
|
theme_override_constants/margin_top = 2
|
|
theme_override_constants/margin_right = 8
|
|
theme_override_constants/margin_bottom = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer" unique_id=1802204044]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
|
|
[node name="MeetingIcon" type="TextureRect" parent="MarginContainer/HBoxContainer" unique_id=774812445]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(32, 32)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("1_vkyb6")
|
|
expand_mode = 1
|
|
stretch_mode = 4
|
|
|
|
[node name="MeetingTitle" type="Label" parent="MarginContainer/HBoxContainer" unique_id=270102306]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(150, 50)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 20.0
|
|
text = "Das ist ein dummes Meeting mit einem richtig langen Title aber was "
|
|
label_settings = SubResource("LabelSettings_vkyb6")
|
|
vertical_alignment = 1
|
|
autowrap_mode = 3
|
|
text_overrun_behavior = 4
|