2022-09-29 00:18:13 +02:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://cwcwdmxxpf65e"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://addons/SimpleTODO/ColumnHeader.gd" id="1_kya6i"]
|
2022-09-25 20:35:51 +02:00
|
|
|
|
|
|
|
[node name="Header" type="HBoxContainer"]
|
2022-09-29 00:18:13 +02:00
|
|
|
script = ExtResource("1_kya6i")
|
2022-09-25 20:35:51 +02:00
|
|
|
|
|
|
|
[node name="DragPanel" type="Panel" parent="."]
|
2023-03-08 02:29:04 +01:00
|
|
|
custom_minimum_size = Vector2(20, 0)
|
2022-09-29 00:18:13 +02:00
|
|
|
layout_mode = 2
|
2022-09-25 20:35:51 +02:00
|
|
|
mouse_default_cursor_shape = 13
|
|
|
|
|
|
|
|
[node name="Name" type="LineEdit" parent="."]
|
2022-09-29 00:18:13 +02:00
|
|
|
layout_mode = 2
|
2022-09-25 20:35:51 +02:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
text = "Column name"
|
|
|
|
|
|
|
|
[node name="Counter" type="Label" parent="."]
|
2022-09-29 00:18:13 +02:00
|
|
|
layout_mode = 2
|
2022-09-25 20:35:51 +02:00
|
|
|
text = "0"
|
2022-09-29 00:18:13 +02:00
|
|
|
horizontal_alignment = 1
|
2022-09-25 20:35:51 +02:00
|
|
|
|
|
|
|
[node name="Minimize" type="Button" parent="."]
|
2022-09-29 00:18:13 +02:00
|
|
|
layout_mode = 2
|
|
|
|
tooltip_text = "Fold/Unfold"
|