better default handling around final value labels.
This commit is contained in:
parent
b10ead7cc1
commit
5c8836f9bd
4 changed files with 115 additions and 80 deletions
3
box.go
3
box.go
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue