apps: update gioui.org/ui

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-10 12:34:58 +02:00
parent 1a15d7241a
commit 6d1339733a
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
type Flex struct {
// Axis is the main axis, either Horizontal or Vertical.
Axis Axis
// Spacing controls the distribution of any space left after
// Spacing controls the distribution of space left after
// layout.
Spacing Spacing
// Alignment is the alignment in the cross axis.