forked from joejulian/gio
2f878fe154
Removes the stutter by simplifying
layout.Align{Alignment: layout.NE}
to
layout.Align(layout.NE)
Signed-off-by: Elias Naur <mail@eliasnaur.com>