mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
tweak twitch setup dialog
This commit is contained in:
parent
79f99043cd
commit
99b0a29f72
2 changed files with 4 additions and 4 deletions
|
@ -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")]
|
||||||
|
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue