58 lines
1.4 KiB
Plaintext
58 lines
1.4 KiB
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://scenes/shell/ConnectionPopup.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="PopupPanel" type="WindowDialog"]
|
||
|
margin_left = 128.0
|
||
|
margin_top = 136.0
|
||
|
margin_right = 448.0
|
||
|
margin_bottom = 320.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
window_title = "New Connection"
|
||
|
resizable = true
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
__meta__ = {
|
||
|
"_edit_lock_": true
|
||
|
}
|
||
|
|
||
|
[node name="UserEdit" type="LineEdit" parent="VBoxContainer"]
|
||
|
margin_right = 320.0
|
||
|
margin_bottom = 26.0
|
||
|
text = "user"
|
||
|
clear_button_enabled = true
|
||
|
caret_blink = true
|
||
|
caret_blink_speed = 0.5
|
||
|
|
||
|
[node name="PasswordEdit" type="LineEdit" parent="VBoxContainer"]
|
||
|
margin_top = 30.0
|
||
|
margin_right = 320.0
|
||
|
margin_bottom = 56.0
|
||
|
size_flags_vertical = 2
|
||
|
text = "password"
|
||
|
secret = true
|
||
|
clear_button_enabled = true
|
||
|
caret_blink = true
|
||
|
caret_blink_speed = 0.5
|
||
|
|
||
|
[node name="Feedback" type="Label" parent="VBoxContainer"]
|
||
|
margin_top = 146.0
|
||
|
margin_right = 320.0
|
||
|
margin_bottom = 160.0
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
||
|
margin_top = 164.0
|
||
|
margin_right = 320.0
|
||
|
margin_bottom = 184.0
|
||
|
|
||
|
[node name="Connect" type="Button" parent="VBoxContainer/HBoxContainer"]
|
||
|
margin_right = 64.0
|
||
|
margin_bottom = 20.0
|
||
|
text = "Connect"
|