summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'action.go')
-rw-r--r--action.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/action.go b/action.go
index 368e1db..9dfb6c8 100644
--- a/action.go
+++ b/action.go
@@ -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