example: bump gio version and add flat button example to kitchen

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-05-11 13:20:04 +02:00
parent 23baeff18d
commit a0df8ba59b
6 changed files with 30 additions and 14 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ func main() {
}
}
var button widget.Button
var button widget.Clickable
func draw(gtx *layout.Context, th *material.Theme) {
layout.Center.Layout(gtx, func() {