зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1272460 - Make the new console take the full width of the window. r=bgrins
MozReview-Commit-ID: FpdVHkId0D8
This commit is contained in:
Родитель
9b8558be96
Коммит
e07987b4c9
|
@ -637,7 +637,12 @@ WebConsoleFrame.prototype = {
|
|||
* using -moz-box-flex and 100% width. See Bug 1237368.
|
||||
*/
|
||||
resize: function () {
|
||||
this.outputNode.style.width = this.outputWrapper.clientWidth + "px";
|
||||
if (this.NEW_CONSOLE_OUTPUT_ENABLED) {
|
||||
this.experimentalOutputNode.style.width =
|
||||
this.outputWrapper.clientWidth + "px";
|
||||
} else {
|
||||
this.outputNode.style.width = this.outputWrapper.clientWidth + "px";
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче