52 lines
1.6 KiB
Text
52 lines
1.6 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://cwkkxosymxglr"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cbf54t7aak7dy" path="res://addons/localization_editor/icons/Add.svg" id="2_l10x2"]
|
|
[ext_resource type="Script" path="res://addons/localization_editor/scenes/translations/LocalizationTranslationsKey.gd" id="3"]
|
|
[ext_resource type="Texture2D" uid="uid://caiapkr8oaqe6" path="res://addons/localization_editor/icons/Del.svg" id="3_c34cs"]
|
|
|
|
[node name="MarginContainer" type="MarginContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_min_size = Vector2(0, 33)
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 0
|
|
theme_override_constants/margin_right = 3
|
|
theme_override_constants/margin_left = 3
|
|
theme_override_constants/margin_bottom = 3
|
|
script = ExtResource( "3" )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
offset_left = 3.0
|
|
offset_right = 1021.0
|
|
offset_bottom = 597.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Add" type="Button" parent="HBoxContainer"]
|
|
offset_right = 28.0
|
|
offset_bottom = 597.0
|
|
rect_min_size = Vector2(20, 20)
|
|
hint_tooltip = "Add translation"
|
|
size_flags_vertical = 3
|
|
icon = ExtResource( "2_l10x2" )
|
|
icon_alignment = 1
|
|
|
|
[node name="Del" type="Button" parent="HBoxContainer"]
|
|
offset_left = 32.0
|
|
offset_right = 60.0
|
|
offset_bottom = 597.0
|
|
rect_min_size = Vector2(20, 20)
|
|
hint_tooltip = "Del translation"
|
|
size_flags_vertical = 3
|
|
icon = ExtResource( "3_c34cs" )
|
|
|
|
[node name="Key" type="LineEdit" parent="HBoxContainer"]
|
|
offset_left = 64.0
|
|
offset_right = 1018.0
|
|
offset_bottom = 597.0
|
|
rect_min_size = Vector2(0, 24)
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|