diff options
| author | Jeff Carr <[email protected]> | 2019-06-06 20:14:27 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-06 20:14:27 -0700 |
| commit | 9fcd72bcd6abb540ff1fd889a0349ea6d65330c5 (patch) | |
| tree | 3811099189ac38465ad35ce7fa3dd1b9559292a1 /gui.go | |
| parent | cb4c82428b300acf947dce403c634fb544236681 (diff) | |
just comments
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import "log" import "regexp" import "github.com/andlabs/ui" -import _ "github.com/andlabs/ui/winmanifest" +import _ "github.com/andlabs/ui/winmanifest" // the _ means we only need this for the init() const Xaxis = 0 // box that is horizontal const Yaxis = 1 // box that is vertical |
