mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 763821 - Move the filter box to the bottom of the error console. r=jaws
This commit is contained in:
parent
cd1eac06ee
commit
256f6dd89f
@ -77,11 +77,6 @@
|
||||
<toolbarseparator/>
|
||||
<toolbarbutton id="Console:clear" oncommand="clearConsole();"
|
||||
label="&clear.label;" accesskey="&clear.accesskey;"/>
|
||||
|
||||
<vbox valign="middle" align="end" flex="1">
|
||||
<textbox placeholder="&filter.label;" accesskey="&filter.accesskey;" type="search" id="Filter"
|
||||
oncommand="changeFilter()" oninput="changeFilter()"/>
|
||||
</vbox>
|
||||
</toolbar>
|
||||
|
||||
<toolbar class="chromeclass-toolbar" id="ToolbarEval" align="center" nowindowdrag="true">
|
||||
@ -96,4 +91,8 @@
|
||||
|
||||
<iframe name="Evaluator" id="Evaluator" collapsed="true"/>
|
||||
|
||||
<hbox id="FilterBox">
|
||||
<textbox placeholder="&filter.label;" accesskey="&filter.accesskey;" type="search"
|
||||
id="Filter" oncommand="changeFilter()" oninput="changeFilter()" />
|
||||
</hbox>
|
||||
</window>
|
||||
|
Loading…
Reference in New Issue
Block a user