Bug 1200988 - Responsive design toolbar should show in full screen. r=paul

This commit is contained in:
J. Ryan Stinnett 2015-09-15 11:26:02 +05:30
parent b8b0b9811d
commit 7ecdb61723

View File

@ -389,6 +389,7 @@ ResponsiveUI.prototype = {
// Toolbar
this.toolbar = this.chromeDoc.createElement("toolbar");
this.toolbar.className = "devtools-responsiveui-toolbar";
this.toolbar.setAttribute("fullscreentoolbar", "true");
this.menulist = this.chromeDoc.createElement("menulist");
this.menulist.className = "devtools-responsiveui-menulist";