зеркало из https://github.com/mozilla/gecko-dev.git
Bug 686778 - Move close button back to the left side on Mac r=dcamp
This commit is contained in:
Родитель
daa998fda1
Коммит
e020a57042
|
@ -3615,7 +3615,7 @@ HeadsUpDisplay.prototype = {
|
|||
toolbar.setAttribute("class", "hud-console-filter-toolbar");
|
||||
toolbar.setAttribute("mode", "full");
|
||||
|
||||
#ifdef XP_MAC
|
||||
#ifdef XP_MACOSX
|
||||
this.makeCloseButton(toolbar);
|
||||
#endif
|
||||
|
||||
|
@ -3631,7 +3631,7 @@ HeadsUpDisplay.prototype = {
|
|||
toolbar.appendChild(this.filterBox);
|
||||
this.makeClearConsoleButton(toolbar);
|
||||
|
||||
#ifndef XP_MAC
|
||||
#ifndef XP_MACOSX
|
||||
this.makeCloseButton(toolbar);
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче