Upgrade X version

This commit is contained in:
2024-05-07 20:25:15 -04:00
parent dfd566b23d
commit c1686e336b
3 changed files with 4 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ func (this *Application) Init () error {
objects.NewTextInput(""),
objects.NewHorizontalSlider(0.5),
objects.NewLabelCheckbox(false, "checkbox"),
objects.NewNumberInput(5),
))
window.OnClose(tomo.Stop)