mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 23:33:32 +01:00
i think, i fixed the statusbar, please rereport when it isn't the case
This commit is contained in:
@@ -78,19 +78,6 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
events="select"
|
events="select"
|
||||||
oncommandupdate="vimperator.events.onSelectionChange(event);"/>
|
oncommandupdate="vimperator.events.onSelectionChange(event);"/>
|
||||||
|
|
||||||
<statusbar id="status-bar" class="hl-StatusLine">
|
|
||||||
<hbox insertbefore="statusbar-display" id="vimperator-statusline" flex="1" height="10" hidden="false" align="center">
|
|
||||||
<textbox class="plain" id="vimperator-statusline-field-url" readonly="false" flex="1" crop="end"/>
|
|
||||||
<label class="plain" id="vimperator-statusline-field-inputbuffer" flex="0"/>
|
|
||||||
<label class="plain" id="vimperator-statusline-field-progress" flex="0"/>
|
|
||||||
<label class="plain" id="vimperator-statusline-field-tabcount" flex="0"/>
|
|
||||||
<label class="plain" id="vimperator-statusline-field-bufferposition" flex="0"/>
|
|
||||||
</hbox>
|
|
||||||
<!-- just hide them since other elements expect them -->
|
|
||||||
<statusbarpanel id="statusbar-display" hidden="true"/>
|
|
||||||
<statusbarpanel id="statusbar-progresspanel" hidden="true"/>
|
|
||||||
</statusbar>
|
|
||||||
|
|
||||||
<vbox id="vimperator-container" hidden="false">
|
<vbox id="vimperator-container" hidden="false">
|
||||||
<listbox id="vimperator-bufferwindow" class="plain" rows="10" flex="1" hidden="true"
|
<listbox id="vimperator-bufferwindow" class="plain" rows="10" flex="1" hidden="true"
|
||||||
onclick= "vimperator.bufferwindow.onEvent(event);"
|
onclick= "vimperator.bufferwindow.onEvent(event);"
|
||||||
@@ -138,6 +125,19 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
|
|
||||||
</window>
|
</window>
|
||||||
|
|
||||||
|
<statusbar id="status-bar" class="hl-StatusLine">
|
||||||
|
<hbox insertbefore="statusbar-display" id="vimperator-statusline" flex="1" height="10" hidden="false" align="center">
|
||||||
|
<textbox class="plain" id="vimperator-statusline-field-url" readonly="false" flex="1" crop="end"/>
|
||||||
|
<label class="plain" id="vimperator-statusline-field-inputbuffer" flex="0"/>
|
||||||
|
<label class="plain" id="vimperator-statusline-field-progress" flex="0"/>
|
||||||
|
<label class="plain" id="vimperator-statusline-field-tabcount" flex="0"/>
|
||||||
|
<label class="plain" id="vimperator-statusline-field-bufferposition" flex="0"/>
|
||||||
|
</hbox>
|
||||||
|
<!-- just hide them since other elements expect them -->
|
||||||
|
<statusbarpanel id="statusbar-display" hidden="true"/>
|
||||||
|
<statusbarpanel id="statusbar-progresspanel" hidden="true"/>
|
||||||
|
</statusbar>
|
||||||
|
|
||||||
<menupopup id="viewSidebarMenu">
|
<menupopup id="viewSidebarMenu">
|
||||||
<menuitem observes="vimperator-viewAddonsSidebar" label="Add-ons" accesskey="A"/>
|
<menuitem observes="vimperator-viewAddonsSidebar" label="Add-ons" accesskey="A"/>
|
||||||
<menuitem observes="vimperator-viewConsoleSidebar" label="Console" accesskey="C"/>
|
<menuitem observes="vimperator-viewConsoleSidebar" label="Console" accesskey="C"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user