1 [gd_scene load_steps=3 format=3 uid="uid://bv3rxl15k7bj6"]
3 [sub_resource type="Theme" id="Theme_qedjm"]
5 [sub_resource type="Theme" id="Theme_1xn0x"]
7 [node name="ApiKeyPrompt" type="PopupPanel"]
8 title = "API key configuration"
10 size = Vector2i(350, 100)
12 content_scale_aspect = 4
13 content_scale_stretch = 1
14 theme = SubResource("Theme_qedjm")
16 [node name="VBoxContainer" type="VBoxContainer" parent="."]
26 size_flags_horizontal = 4
27 size_flags_vertical = 4
28 theme = SubResource("Theme_1xn0x")
30 [node name="HBoxContainerTop" type="HBoxContainer" parent="VBoxContainer"]
33 [node name="LineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainerTop"]
34 custom_minimum_size = Vector2(200, 25)
36 size_flags_horizontal = 6
37 size_flags_vertical = 0
38 placeholder_text = "Provide Your Wakatime API Key"
39 expand_to_text_length = true
42 [node name="ShowButton" type="Button" parent="VBoxContainer/HBoxContainerTop"]
44 size_flags_horizontal = 6
45 size_flags_vertical = 4
48 [node name="HBoxContainerBottom" type="HBoxContainer" parent="VBoxContainer"]
51 [node name="SubmitButton" type="Button" parent="VBoxContainer/HBoxContainerBottom"]
53 size_flags_horizontal = 6
54 size_flags_vertical = 0