diff options
| author | Jeff Carr <[email protected]> | 2025-03-03 16:37:45 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-03 16:37:45 -0600 |
| commit | efb5ede4b94110da1c674542ec087a6a1dceaa99 (patch) | |
| tree | 1069f6189e06fc9c54f2c32a17103d6859d831c8 /init.go | |
| parent | 5e6d7cffdf56e478b10cc1061ca3e642d2e5e556 (diff) | |
libnotify menu at right height
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -191,7 +191,8 @@ func initPlugin() { me.notify.clock.offsetW = 13 me.notify.clock.offsetH = 1 - me.notify.menu.wId = -5 + me.notify.menu.wId = -6 + me.notify.menu.offsetH = 0 Set(&me.dropdown, "default") // s := fmt.Sprintln("fake default check =", me.FakeW, "dropdown.Id", me.dropdown.Id) |
