summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-11-04 02:23:41 -0500
committerJeff Carr <[email protected]>2021-11-04 02:23:41 -0500
commitff30a1acbb0e56c358f0490b0e89e8324268b032 (patch)
tree17cdda0fce83135635490ce10355c979c355b42f /gui.go
parent519271d056ab0304cde860fed34ba0fb6423ae68 (diff)
GOOD: use global 'Stretchy' setting
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.go b/gui.go
index 88554c8..6f7a236 100644
--- a/gui.go
+++ b/gui.go
@@ -24,6 +24,7 @@ func init() {
Config.prefix = "wit"
Config.DebugNode = false
Config.DebugTabs = false
+ Config.Stretchy = true
}
func GuiInit() {