Fixed text being cut of on several examples

This commit is contained in:
2023-03-17 01:38:57 -04:00
parent 4c6e01203c
commit 0fd56f272c
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ func run () {
container := containers.NewContainer(basicLayouts.Dialog { true, true })
window.Adopt(container)
container.Adopt(basicElements.NewLabel("you will explode", true), true)
container.Adopt(basicElements.NewLabel("you will explode", false), true)
cancel := basicElements.NewButton("Cancel")
cancel.SetEnabled(false)
container.Adopt(cancel, false)