example,cmd: bump gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-05-19 10:16:25 +02:00
parent dac8ffc002
commit 99080023e4
8 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ func drawTabs(gtx *layout.Context, th *material.Theme) {
func bounds(gtx *layout.Context) f32.Rectangle {
cs := gtx.Constraints
d := image.Point{X: cs.Width.Min, Y: cs.Height.Min}
d := cs.Min
return f32.Rectangle{
Max: f32.Point{X: float32(d.X), Y: float32(d.Y)},
}