mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 11:24:11 +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:
@@ -616,8 +616,7 @@ function Mappings() //{{{
|
|||||||
addDefaultMap(new Map(vimperator.modes.NORMAL, ["$"],
|
addDefaultMap(new Map(vimperator.modes.NORMAL, ["$"],
|
||||||
function(count) { scrollBufferAbsolute(100, -1); },
|
function(count) { scrollBufferAbsolute(100, -1); },
|
||||||
{
|
{
|
||||||
short_help: "Scroll to the absolute right of the document",
|
short_help: "Scroll to the absolute right of the document"
|
||||||
help: null
|
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
addDefaultMap(new Map(vimperator.modes.NORMAL, ["gg", "<Home>"],
|
addDefaultMap(new Map(vimperator.modes.NORMAL, ["gg", "<Home>"],
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
</listbox>
|
</listbox>
|
||||||
|
|
||||||
<hbox id="vimperator-statusline" flex="1" height="10" hidden="false">
|
<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-inputbuffer" flex="0"/>
|
||||||
<label class="plain" id="vimperator-statusline-field-progress" 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-tabcount" flex="0"/>
|
||||||
@@ -92,7 +92,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
</listbox>
|
</listbox>
|
||||||
|
|
||||||
<hbox id="vimperator-commandline" flex="1" hidden="false">
|
<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"
|
<textbox class="plain" id="vimperator-commandline-command" flex="1" hidden="false" type="timed" timeout="100"
|
||||||
onkeypress="vimperator.commandline.onEvent(event);"
|
onkeypress="vimperator.commandline.onEvent(event);"
|
||||||
oninput="vimperator.commandline.onEvent(event);"
|
oninput="vimperator.commandline.onEvent(event);"
|
||||||
|
|||||||
Reference in New Issue
Block a user