tweak twitch setup dialog

This commit is contained in:
Lera Elvoé 2023-12-16 00:10:00 +03:00
parent 79f99043cd
commit 99b0a29f72
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -176,7 +176,6 @@ script = ExtResource("5_3n36q")
[node name="OBSWebsocketSetupDialog" parent="." instance=ExtResource("5_uo2gj")] [node name="OBSWebsocketSetupDialog" parent="." instance=ExtResource("5_uo2gj")]
[node name="Twitch_Setup_Dialog" parent="." instance=ExtResource("7_7rhap")] [node name="Twitch_Setup_Dialog" parent="." instance=ExtResource("7_7rhap")]
visible = false
[node name="UnsavedChangesDialogSingleDeck" parent="." instance=ExtResource("8_qf6ve")] [node name="UnsavedChangesDialogSingleDeck" parent="." instance=ExtResource("8_qf6ve")]

View file

@ -6,7 +6,6 @@
title = "Twitch Connection Setup" title = "Twitch Connection Setup"
position = Vector2i(0, 36) position = Vector2i(0, 36)
size = Vector2i(375, 158) size = Vector2i(375, 158)
visible = true
min_size = Vector2i(375, 150) min_size = Vector2i(375, 150)
script = ExtResource("1_xx7my") script = ExtResource("1_xx7my")
@ -14,9 +13,9 @@ script = ExtResource("1_xx7my")
anchors_preset = 5 anchors_preset = 5
anchor_left = 0.5 anchor_left = 0.5
anchor_right = 0.5 anchor_right = 0.5
offset_left = 8.0 offset_left = -179.5
offset_top = 8.0 offset_top = 8.0
offset_right = 367.0 offset_right = 179.5
offset_bottom = 109.0 offset_bottom = 109.0
grow_horizontal = 2 grow_horizontal = 2
size_flags_horizontal = 4 size_flags_horizontal = 4
@ -40,6 +39,8 @@ text = "Authenticate"
[node name="CheckBox" type="CheckBox" parent="VBoxContainer"] [node name="CheckBox" type="CheckBox" parent="VBoxContainer"]
layout_mode = 2 layout_mode = 2
disabled = true
button_pressed = true
text = "Extra Chat Info" text = "Extra Chat Info"
[node name="Default_Chat" type="LineEdit" parent="VBoxContainer"] [node name="Default_Chat" type="LineEdit" parent="VBoxContainer"]