mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 1200988 - Responsive design toolbar should show in full screen. r=paul
This commit is contained in:
parent
b8b0b9811d
commit
7ecdb61723
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user