mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-26 17:05:46 +01:00
move the completion widget beneath the MOW
This commit is contained in:
@@ -97,6 +97,9 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
</listcols>
|
</listcols>
|
||||||
</listbox>
|
</listbox>
|
||||||
|
|
||||||
|
<iframe id="vimperator-multiline-output" src="about:blank" flex="1" height="10px" hidden="false" collapsed="true"
|
||||||
|
onclick="vimperator.commandline.onMultilineOutputEvent(event)"/>
|
||||||
|
|
||||||
<listbox id="vimperator-completion" class="plain" rows="1" flex="1" hidden="true">
|
<listbox id="vimperator-completion" class="plain" rows="1" flex="1" hidden="true">
|
||||||
<listcols>
|
<listcols>
|
||||||
<listcol flex="1" width="50%"/>
|
<listcol flex="1" width="50%"/>
|
||||||
@@ -104,9 +107,6 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
</listcols>
|
</listcols>
|
||||||
</listbox>
|
</listbox>
|
||||||
|
|
||||||
<iframe id="vimperator-multiline-output" src="about:blank" flex="1" height="10px" hidden="false" collapsed="true"
|
|
||||||
onclick="vimperator.commandline.onMultilineOutputEvent(event)"/>
|
|
||||||
|
|
||||||
<hbox id="vimperator-commandline" hidden="false">
|
<hbox id="vimperator-commandline" hidden="false">
|
||||||
<label class="plain" id="vimperator-commandline-prompt" flex="0" crop="end" 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user