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
Родитель bc73d515b4
Коммит b2a448a012
4 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -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"/>

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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