umstyling + meetingresource
This commit is contained in:
@@ -1,14 +1,47 @@
|
||||
[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"]
|
||||
|
||||
[node name="MeetingControlGFX" type="PanelContainer" unique_id=1923695250]
|
||||
custom_minimum_size = Vector2(10.74, 9.49)
|
||||
offset_right = 330.0
|
||||
offset_bottom = 80.0
|
||||
size_flags_horizontal = 3
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_vkyb6"]
|
||||
line_spacing = -4.0
|
||||
font_size = 12
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="." unique_id=527110079]
|
||||
position = Vector2(36.999996, 37)
|
||||
scale = Vector2(0.390625, 0.390625)
|
||||
[node name="MeetingControlGfx" type="PanelContainer" unique_id=1923695250]
|
||||
offset_right = 250.0
|
||||
offset_bottom = 54.0
|
||||
size_flags_horizontal = 3
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user