diff options
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,6 +23,7 @@ type Action struct { Range RangeType + // RETHINK / REDO EVERYTHING BELOW HERE // This is used for things like a slider(0,100) X int Y int @@ -34,7 +35,8 @@ type Action struct { AtH int // Put space around elements to improve look & feel - Margin bool + // Margin bool avoided due to use of action types + // Pad bool // Make widgets fill up the space available Expand bool |
