From d02a8cb49104817621555545ee31ac5069ead0b4 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Mon, 28 Jan 2019 04:07:50 +0100 Subject: Timer, Parameters and nice example --- nucuwin.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nucuwin.go') 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) } } -- cgit v1.2.3