example/gophers: update gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-10-07 12:04:51 +02:00
parent 4864459291
commit 370ff4bcc9
3 changed files with 5 additions and 6 deletions
+2 -3
View File
@@ -55,9 +55,8 @@ func main() {
}
go func() {
w := app.NewWindow(
app.WithWidth(unit.Dp(400)),
app.WithHeight(unit.Dp(800)),
app.WithTitle("Gophers"),
app.Size(unit.Dp(400), unit.Dp(800)),
app.Title("Gophers"),
)
if err := newApp(w).run(); err != nil {
log.Fatal(err)