mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
fa5e9997ef
here we go Reviewed-on: https://codeberg.org/Eroax/Re-DotDeck/pulls/2 Co-authored-by: Lera Elvoé <yagich@poto.cafe> Co-committed-by: Lera Elvoé <yagich@poto.cafe>
34 lines
944 B
Text
34 lines
944 B
Text
[gd_scene load_steps=2 format=3 uid="uid://b84f2ngtcm5b8"]
|
|
|
|
[ext_resource type="Script" path="res://graph_node_renderer/tab_container_custom.gd" id="1_63wbq"]
|
|
|
|
[node name="TabContainerCustom" type="VBoxContainer"]
|
|
offset_right = 22.0
|
|
offset_bottom = 35.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource("1_63wbq")
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="TabBar" type="TabBar" parent="HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
clip_tabs = false
|
|
tab_close_display_policy = 1
|
|
drag_to_rearrange_enabled = true
|
|
|
|
[node name="Button" type="Button" parent="HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
text = "+"
|
|
|
|
[node name="ContentContainer" type="MarginContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|