1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 05:24:13 +01:00

Fix status bar command line completion window.

This commit is contained in:
Kris Maglione
2010-12-28 22:09:33 -05:00
parent ca4b3a03c9
commit 2f701ac96a
2 changed files with 18 additions and 11 deletions

View File

@@ -57,7 +57,9 @@ var StatusLine = Module("statusline", {
</statusbar>
</e4x>;
util.dump("statusbar: load overlay");
for each (let attr in prepend..@key)
attr.parent().@id = "dactyl-statusline-field-" + attr;
util.overlayWindow(window, {
objects: this.widgets = { get status() this.container },
prepend: prepend.elements()