зеркало из https://github.com/mozilla/gecko-dev.git
Bug 918329 - Fix XUL 'inline #text child' warning for the toolbarbutton element added in bug 762761, r=fitzgen
This commit is contained in:
Родитель
bc73d515b4
Коммит
b2a448a012
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче