diff options
Diffstat (limited to 'test/main.go')
| -rw-r--r-- | test/main.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/main.go b/test/main.go index b65a799..68f3463 100644 --- a/test/main.go +++ b/test/main.go @@ -280,6 +280,10 @@ var labelAlignTest = flag.Bool("label", false, "show Label Alignment test window var spacingTest = flag.Bool("spacing", false, "margins and padding on Window") func myMain() { + if *spacetest != "" { + spaceTest() + return + } if *doArea { areaTest() return |
