From 2a0dbfc74a5def29d6902dcb6dc0de9e6884d032 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 26 Jun 2014 14:22:49 -0400 Subject: Added margins and padding to Grid and a test program to make sure they're the same... --- test/main.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/main.go') 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 -- cgit v1.2.3