example: bump gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-05-03 12:24:46 +02:00
parent 060cff257f
commit d474b5b16a
7 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ var button widget.Button
func draw(gtx *layout.Context, th *material.Theme) {
layout.Center.Layout(gtx, func() {
th.Button("Button").Layout(gtx, &button)
material.Button(th, "Button").Layout(gtx, &button)
})
}