Update objects, x backend

This commit is contained in:
2024-05-17 15:19:48 -04:00
parent 0be749c8bd
commit fcac15ac4d
3 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ func (this *Application) Init () error {
window, err := nasin.NewApplicationWindow(this, image.Rect(0, 0, 128, 128))
if err != nil { return err }
window.SetRoot(objects.NewOuterContainer(layouts.Column { },
window.SetRoot(objects.NewOuterContainer(layouts.ContractVertical,
objects.NewTextInput(""),
objects.NewHorizontalSlider(0.5),
objects.NewLabelCheckbox(false, "checkbox"),