added smaller size
This commit is contained in:
parent
721ae011ee
commit
add8a76bc8
2 changed files with 26 additions and 14 deletions
19
main.tscn
19
main.tscn
|
|
@ -164,21 +164,24 @@ icon = ExtResource("3_h2yge")
|
|||
menu = NodePath("PopupMenu")
|
||||
|
||||
[node name="PopupMenu" type="PopupMenu" parent="StatusIndicator"]
|
||||
item_count = 5
|
||||
item_count = 6
|
||||
item_0/text = "Exit"
|
||||
item_0/id = 0
|
||||
item_1/id = 1
|
||||
item_1/separator = true
|
||||
item_2/text = "Small"
|
||||
item_2/text = "Smaller"
|
||||
item_2/checkable = 2
|
||||
item_2/checked = true
|
||||
item_2/id = 2
|
||||
item_3/text = "Medium"
|
||||
item_2/id = 5
|
||||
item_3/text = "Small"
|
||||
item_3/checkable = 2
|
||||
item_3/id = 3
|
||||
item_4/text = "Large"
|
||||
item_3/checked = true
|
||||
item_3/id = 2
|
||||
item_4/text = "Medium"
|
||||
item_4/checkable = 2
|
||||
item_4/id = 4
|
||||
item_4/id = 3
|
||||
item_5/text = "Large"
|
||||
item_5/checkable = 2
|
||||
item_5/id = 4
|
||||
|
||||
[connection signal="gui_input" from="VBoxContainer/TitleBar" to="VBoxContainer/TitleBar" method="_on_TitleBar_gui_input"]
|
||||
[connection signal="pressed" from="VBoxContainer/Buttons/OffTaskButton" to="." method="_on_off_task_button_pressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue