mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 08:25:34 +00:00
example: bump gio version
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user