Bug 1278551 - fix resizing debugger panels in veritcal layout r=ejpbruel

This commit is contained in:
James Long 2016-08-23 13:46:08 -04:00
parent 32541e8e81
commit 8515a9eb25
2 changed files with 4 additions and 1 deletions

View File

@ -322,7 +322,9 @@
</tabpanel>
</tabpanels>
</tabbox>
<splitter class="devtools-horizontal-splitter"/>
<splitter id="workers-splitter"
class="devtools-horizontal-splitter"
hidden="true" />
<tabbox id="sources-pane"
class="devtools-sidebar-tabs"
flex="1">

View File

@ -20,6 +20,7 @@ WorkersView.prototype = Heritage.extend(WidgetMethods, {
}
document.getElementById("workers-pane").removeAttribute("hidden");
document.getElementById("workers-splitter").removeAttribute("hidden");
this.widget = new SideMenuWidget(document.getElementById("workers"), {
showArrows: true,