summaryrefslogtreecommitdiff
path: root/mainWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 18:52:47 -0600
committerJeff Carr <[email protected]>2024-01-05 18:52:47 -0600
commitd3536a2b2881c6103bd39fb14ffa0b8484c3edc5 (patch)
treedc627890bfb54879b4e52f480d1cb68038da219b /mainWindow.go
parentc641154bf9c196bd43d588cab63c41b84ff38fec (diff)
cloudflare API changed
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mainWindow.go')
-rw-r--r--mainWindow.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainWindow.go b/mainWindow.go
index 7d19e1c..c571893 100644
--- a/mainWindow.go
+++ b/mainWindow.go
@@ -16,6 +16,7 @@ func MakeCloudflareWindow(n *gui.Node) *gadgets.BasicWindow {
log.Println("buttonWindow() START")
CFdialog.mainWindow = gadgets.NewBasicWindow(n,"Cloudflare Config")
+ CFdialog.mainWindow.Vertical()
// this tab has the master cloudflare API credentials
makeConfigWindow(CFdialog.mainWindow.Box())