mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 18:44:12 +01:00
removed buffer window
This commit is contained in:
@@ -90,16 +90,6 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
</statusbar>
|
||||
|
||||
<vbox id="liberator-container" hidden="false">
|
||||
<listbox id="liberator-bufferwindow" class="plain" rows="10" flex="1" hidden="true"
|
||||
onclick= "liberator.bufferwindow.onEvent(event);"
|
||||
ondblclick="liberator.bufferwindow.onEvent(event);"
|
||||
onkeydown= "liberator.bufferwindow.onEvent(event);">
|
||||
<listcols>
|
||||
<listcol flex="1" width="50%"/>
|
||||
<listcol flex="1" width="50%"/>
|
||||
</listcols>
|
||||
</listbox>
|
||||
|
||||
<listbox id="liberator-previewwindow" class="plain" rows="10" flex="1" hidden="true"
|
||||
onclick= "liberator.previewwindow.onEvent(event);"
|
||||
ondblclick="liberator.previewwindow.onEvent(event);"
|
||||
|
||||
Reference in New Issue
Block a user