1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 18:14:12 +01:00

add missing crop attribute to #vimperator-statusline-field-url label use "end"

value for crop attributes rather than the deprecated "right"
This commit is contained in:
Doug Kearns
2007-07-31 16:15:12 +00:00
parent 6bbb909033
commit 755dfce0e6
2 changed files with 3 additions and 4 deletions

View File

@@ -616,8 +616,7 @@ function Mappings() //{{{
addDefaultMap(new Map(vimperator.modes.NORMAL, ["$"],
function(count) { scrollBufferAbsolute(100, -1); },
{
short_help: "Scroll to the absolute right of the document",
help: null
short_help: "Scroll to the absolute right of the document"
}
));
addDefaultMap(new Map(vimperator.modes.NORMAL, ["gg", "<Home>"],

View File

@@ -77,7 +77,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
</listbox>
<hbox id="vimperator-statusline" flex="1" height="10" hidden="false">
<label class="plain" id="vimperator-statusline-field-url" flex="1"/>
<label class="plain" id="vimperator-statusline-field-url" 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"/>
@@ -92,7 +92,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
</listbox>
<hbox id="vimperator-commandline" flex="1" hidden="false">
<label class="plain" id="vimperator-commandline-prompt" flex="0" crop="right" value="" collapsed="true"/>
<label class="plain" id="vimperator-commandline-prompt" flex="0" crop="end" value="" collapsed="true"/>
<textbox class="plain" id="vimperator-commandline-command" flex="1" hidden="false" type="timed" timeout="100"
onkeypress="vimperator.commandline.onEvent(event);"
oninput="vimperator.commandline.onEvent(event);"