Bug 918329 - Fix XUL 'inline #text child' warning for the toolbarbutton element added in bug 762761, r=fitzgen

This commit is contained in:
Victor Porof 2013-09-21 10:18:32 +03:00
parent b6619c50b7
commit bd3ddd825c
4 changed files with 5 additions and 3 deletions

View File

@ -325,11 +325,10 @@
</vbox>
<toolbar id="sources-toolbar" class="devtools-toolbar">
<toolbarbutton id="pretty-print"
label="{}"
tooltiptext="&debuggerUI.sources.prettyPrint;"
class="devtools-toolbarbutton devtools-monospace"
command="prettyPrintCommand">
{}
</toolbarbutton>
command="prettyPrintCommand"/>
</toolbar>
</vbox>
<splitter class="devtools-side-splitter"/>

View File

@ -18,6 +18,7 @@
}
#pretty-print {
min-width: 0;
font-weight: bold;
}

View File

@ -20,6 +20,7 @@
}
#pretty-print {
min-width: 0;
font-weight: bold;
}

View File

@ -18,6 +18,7 @@
}
#pretty-print {
min-width: 0;
font-weight: bold;
}