diff --git a/graph_node_renderer/deck_holder_renderer.tscn b/graph_node_renderer/deck_holder_renderer.tscn index dd7757d..d2b2864 100644 --- a/graph_node_renderer/deck_holder_renderer.tscn +++ b/graph_node_renderer/deck_holder_renderer.tscn @@ -176,7 +176,6 @@ script = ExtResource("5_3n36q") [node name="OBSWebsocketSetupDialog" parent="." instance=ExtResource("5_uo2gj")] [node name="Twitch_Setup_Dialog" parent="." instance=ExtResource("7_7rhap")] -visible = false [node name="UnsavedChangesDialogSingleDeck" parent="." instance=ExtResource("8_qf6ve")] diff --git a/graph_node_renderer/twitch_setup_dialog.tscn b/graph_node_renderer/twitch_setup_dialog.tscn index 9054361..5af342f 100644 --- a/graph_node_renderer/twitch_setup_dialog.tscn +++ b/graph_node_renderer/twitch_setup_dialog.tscn @@ -6,7 +6,6 @@ title = "Twitch Connection Setup" position = Vector2i(0, 36) size = Vector2i(375, 158) -visible = true min_size = Vector2i(375, 150) script = ExtResource("1_xx7my") @@ -14,9 +13,9 @@ script = ExtResource("1_xx7my") anchors_preset = 5 anchor_left = 0.5 anchor_right = 0.5 -offset_left = 8.0 +offset_left = -179.5 offset_top = 8.0 -offset_right = 367.0 +offset_right = 179.5 offset_bottom = 109.0 grow_horizontal = 2 size_flags_horizontal = 4 @@ -40,6 +39,8 @@ text = "Authenticate" [node name="CheckBox" type="CheckBox" parent="VBoxContainer"] layout_mode = 2 +disabled = true +button_pressed = true text = "Extra Chat Info" [node name="Default_Chat" type="LineEdit" parent="VBoxContainer"]