1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-08 21:45:47 +01:00

Fix Minefield statusbar positioning.

This commit is contained in:
Kris Maglione
2011-02-07 16:00:26 -05:00
parent c8d54fa5d2
commit 1005f72e4f

View File

@@ -44,7 +44,7 @@ var StatusLine = Module("statusline", {
let _commandline = "if (window.dactyl) return dactyl.modules.commandline";
let prepend = <e4x xmlns={XUL} xmlns:dactyl={NS}>
<toolbarbutton id="appmenu-toolbar-button" label="" image="chrome://branding/content/icon16.png" />
<statusbar id="status-bar" highlight="StatusLine">
<statusbar id="status-bar" highlight="StatusLine" ordinal="0">
<!-- insertbefore="dactyl.statusBefore;" insertafter="dactyl.statusAfter;" -->
<hbox key="container" hidden="false" align="center" flex="1">
<stack orient="horizontal" align="stretch" flex="1" highlight="CmdLine StatusCmdLine" class="dactyl-container">