better default handling around final value labels.

This commit is contained in:
Will Charczuk 2016-07-07 19:11:30 -07:00
parent b10ead7cc1
commit 5c8836f9bd
4 changed files with 115 additions and 80 deletions

3
box.go
View file

@ -8,6 +8,9 @@ type Box struct {
Left int
Right int
Bottom int
Height int
Width int
}
// IsZero returns if the box is set or not.