mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Move the Error Console search box to the eval toolbar
This commit is contained in:
parent
5f7da92734
commit
40a1e6186e
1 changed files with 2 additions and 6 deletions
|
|
@ -85,16 +85,12 @@
|
|||
<textbox id="TextboxEval" class="toolbar" value="" onkeypress="onEvalKeyPress(event)" flex="1"/>
|
||||
<toolbarbutton id="ButtonEval" label="&evaluate.label;"
|
||||
accesskey="&evaluate.accesskey;" oncommand="evaluateTypein()"/>
|
||||
<textbox accesskey="&filter2.accesskey;" type="search"
|
||||
id="Filter" oncommand="changeFilter();"/>
|
||||
</toolbar>
|
||||
</toolbox>
|
||||
|
||||
<vbox id="ConsoleBox" class="console-box" flex="1" context="ConsoleContext" persist="sortOrder"/>
|
||||
|
||||
<iframe name="Evaluator" id="Evaluator" collapsed="true"/>
|
||||
|
||||
<toolbar align="center" nowindowdrag="true">
|
||||
<label value="&filter2.label;" control="Filter"/>
|
||||
<textbox accesskey="&filter2.accesskey;" type="search"
|
||||
id="Filter" oncommand="changeFilter();"/>
|
||||
</toolbar>
|
||||
</window>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue