зеркало из https://github.com/mozilla/gecko-dev.git
Bug 799081 - Bar at the bottom of the error console should be a <statusbar>. r=neil a=akeybl
This commit is contained in:
Родитель
897fcfa425
Коммит
2befb54db9
|
@ -91,8 +91,10 @@
|
|||
|
||||
<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>
|
||||
<statusbar>
|
||||
<statusbarpanel flex="1" pack="start">
|
||||
<textbox placeholder="&filter.label;" accesskey="&filter.accesskey;" type="search"
|
||||
id="Filter" oncommand="changeFilter()" oninput="changeFilter()"/>
|
||||
</statusbarpanel>
|
||||
</statusbar>
|
||||
</window>
|
||||
|
|
Загрузка…
Ссылка в новой задаче