mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 01:10:22 +00:00
Fixed sidebar separator not hidden by default, b=65774, r=mjudge, sr=sfraser
This commit is contained in:
parent
1091ddb143
commit
8bb00b9309
@ -215,7 +215,7 @@
|
||||
<box id="sidebar-parent" flex="1">
|
||||
<!-- From sidebarOverlay.xul -->
|
||||
<box id="sidebar-box" class="chromeclass-extrachrome" hidden="true"/>
|
||||
<splitter id="sidebar-splitter" class="chromeclass-extrachrome"/>
|
||||
<splitter id="sidebar-splitter" class="chromeclass-extrachrome" hidden="true"/>
|
||||
|
||||
<box id="appcontent" orient="vertical" flex="1">
|
||||
<deck id="ContentWindowDeck" index="0" flex="1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user