diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -149,7 +149,12 @@ func initPlugin() { me.dropdown.wId = -77 me.textbox.wId = -55 me.stdout.wId = -4 + + // the clock widget id and offset me.notify.clock.wId = -5 + me.notify.clock.offsetW = 13 + me.notify.clock.offsetH = 1 + me.notify.menu.wId = -5 Set(&me.dropdown, "default") |
