summaryrefslogtreecommitdiff
path: root/new.go
diff options
context:
space:
mode:
Diffstat (limited to 'new.go')
-rw-r--r--new.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/new.go b/new.go
index 00beb4e..3def09c 100644
--- a/new.go
+++ b/new.go
@@ -14,6 +14,9 @@ func New(p *gui.Node, path string) *RepoStatus {
}
rs.tags = make(map[string]string)
rs.window = gadgets.NewBasicWindow(p, "GO Repo Details " + path)
+ rs.window.Horizontal()
+ rs.window.Make()
rs.ready = true
+ rs.draw()
return rs
}