summaryrefslogtreecommitdiff
path: root/toolkit/widget.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-26 01:59:42 -0500
committerJeff Carr <[email protected]>2023-04-26 01:59:42 -0500
commit7af6242cbfbd2d18461415e8421146f94093e8ca (patch)
tree0bfdbc452b83cef498d32ad813bd28f0d2dbc149 /toolkit/widget.go
parent4b9b381bcf02c212d72f55d4738943941e843250 (diff)
gocui: closer to working layout
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/widget.go')
-rw-r--r--toolkit/widget.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/widget.go b/toolkit/widget.go
index 51fe8b5..d4542bc 100644
--- a/toolkit/widget.go
+++ b/toolkit/widget.go
@@ -38,12 +38,6 @@ type Action struct {
X int
Y int
- // This GUI is intended for simple things
- // Is having an option like 640x480 really a good idea?
- // TODO: remove Width & Height measured in pixels?
-// Width int
-// Height int
-
// Put space around elements to improve look & feel
Margin bool