summaryrefslogtreecommitdiff
path: root/nucuwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'nucuwin.go')
-rw-r--r--nucuwin.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/nucuwin.go b/nucuwin.go
index 7802910..df338c3 100644
--- a/nucuwin.go
+++ b/nucuwin.go
@@ -111,9 +111,9 @@ func (nw *fenestraWindow) masterWindow(w *nucular.Window) {
w.TreePop()
}
}
- w.Row(30).Static(300, 100, 100)
+ w.RowScaled(30).Dynamic(3) //.Static(300, 100, 100)
w.Label("", "LC")
- if w.ButtonText("Exit") {
+ if w.ButtonText(exitbut) {
os.Exit(0)
}
}