diff --git a/redo/osxaltest/main.swift b/redo/osxaltest/main.swift index f3f352bd..dd4b439d 100644 --- a/redo/osxaltest/main.swift +++ b/redo/osxaltest/main.swift @@ -17,7 +17,7 @@ func appLaunched() { mainwin.SetControl(box) box.Add(Entry(), false) - box.Add(Button("Button"), false) + box.Add(Button("Button"), true) mainwin.Show()