mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-22 17:50:25 +01:00
a26320d9a5
Automatic updates performed by the editor after opening files in Godot v4.0-beta12.
54 lines
1.6 KiB
Text
54 lines
1.6 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://7i6if6n25stm"]
|
|
|
|
[ext_resource type="Script" path="res://addons/gut/gui/ShortcutButton.gd" id="1"]
|
|
|
|
[node name="ShortcutButton" type="Control"]
|
|
custom_minimum_size = Vector2(125, 25)
|
|
layout_mode = 3
|
|
anchor_right = 0.123
|
|
anchor_bottom = 0.04
|
|
offset_right = 33.048
|
|
offset_bottom = 1.0
|
|
script = ExtResource("1")
|
|
|
|
[node name="Layout" type="HBoxContainer" parent="."]
|
|
layout_mode = 0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="lblShortcut" type="Label" parent="Layout"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 7
|
|
text = "<None>"
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="Layout"]
|
|
custom_minimum_size = Vector2(10, 0)
|
|
layout_mode = 2
|
|
|
|
[node name="SetButton" type="Button" parent="Layout"]
|
|
custom_minimum_size = Vector2(60, 0)
|
|
layout_mode = 2
|
|
text = "Set"
|
|
|
|
[node name="SaveButton" type="Button" parent="Layout"]
|
|
visible = false
|
|
custom_minimum_size = Vector2(60, 0)
|
|
layout_mode = 2
|
|
text = "Save"
|
|
|
|
[node name="CancelButton" type="Button" parent="Layout"]
|
|
visible = false
|
|
custom_minimum_size = Vector2(60, 0)
|
|
layout_mode = 2
|
|
text = "Cancel"
|
|
|
|
[node name="ClearButton" type="Button" parent="Layout"]
|
|
custom_minimum_size = Vector2(60, 0)
|
|
layout_mode = 2
|
|
text = "Clear"
|
|
|
|
[connection signal="pressed" from="Layout/SetButton" to="." method="_on_SetButton_pressed"]
|
|
[connection signal="pressed" from="Layout/SaveButton" to="." method="_on_SaveButton_pressed"]
|
|
[connection signal="pressed" from="Layout/CancelButton" to="." method="_on_CancelButton_pressed"]
|
|
[connection signal="pressed" from="Layout/ClearButton" to="." method="_on_ClearButton_pressed"]
|