summaryrefslogtreecommitdiff
path: root/tabWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-24 18:17:05 -0700
committerJeff Carr <[email protected]>2019-05-24 18:17:05 -0700
commit838fdb7b605c1313c6bde722772d8bed9ac1b098 (patch)
tree622ea5b5fad5a4ec4ccb4a3b51cc8018f7244fad /tabWindow.go
parent462813cf36fca0f7197af5dea7c682f4d0e01532 (diff)
start removing the config package
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tabWindow.go')
-rw-r--r--tabWindow.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabWindow.go b/tabWindow.go
index d942fc5..de0333f 100644
--- a/tabWindow.go
+++ b/tabWindow.go
@@ -46,7 +46,7 @@ func GoMainWindow() {
}
func makeCloudWindow() {
- Data.cloudWindow = ui.NewWindow("", 640, 480, true)
+ Data.cloudWindow = ui.NewWindow("", Data.Width, Data.Height, true)
// cloudWindow.SetBorderless(true)
Data.cloudWindow.OnClosing(func(*ui.Window) bool {
if (Data.MouseClick != nil) {