зеркало из https://github.com/mozilla/gecko-dev.git
Bug 755289 - Developer toolbar missing the cross in close button. r=paul
This commit is contained in:
Родитель
be9c5e4772
Коммит
f8eb97e8d0
|
@ -1078,6 +1078,7 @@
|
|||
hidden="true">
|
||||
#ifdef XP_MACOSX
|
||||
<toolbarbutton id="developer-toolbar-closebutton"
|
||||
class="devtools-closebutton"
|
||||
oncommand="DeveloperToolbar.hide();"
|
||||
tooltiptext="&devToolbarCloseButton.tooltiptext;"/>
|
||||
#endif
|
||||
|
@ -1102,6 +1103,7 @@
|
|||
command="Tools:Debugger"/>
|
||||
#ifndef XP_MACOSX
|
||||
<toolbarbutton id="developer-toolbar-closebutton"
|
||||
class="devtools-closebutton"
|
||||
oncommand="DeveloperToolbar.hide();"
|
||||
tooltiptext="&devToolbarCloseButton.tooltiptext;"/>
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче