diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2019-01-28 04:07:50 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2019-01-28 04:07:50 +0100 |
| commit | d02a8cb49104817621555545ee31ac5069ead0b4 (patch) | |
| tree | ef31e25edb719adf5590f53457c0dd93801dc531 /nucuwin.go | |
| parent | dc2a043f75de7fbdb9b04f88269c699acf06e8c7 (diff) | |
Timer, Parameters and nice example0.4
Diffstat (limited to 'nucuwin.go')
| -rw-r--r-- | nucuwin.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) } } |
