apps/hello: update to latest gio api

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-07-02 20:00:28 +02:00
parent e862761e17
commit 322a95adee
+1 -1
View File
@@ -44,7 +44,7 @@ func loop(w *app.Window) {
}
var cfg ui.Config
faces := &measure.Faces{Config: &cfg}
maroon := color.NRGBA{127, 0, 0, 255}
maroon := color.RGBA{127, 0, 0, 255}
face := faces.For(regular, ui.Sp(72))
message := "Hello, Gio"
ops := new(ui.Ops)