comparison content/list.xul @ 326:8ef75b54e3dd

make list view compatible with Sidebar Tabs extension (and perhaps other extensions that manipulate the sidebar) by hiding the snowlSidebar wrapper around sidebar-box using the hidden attribute instead of the width/height attributes
author Myk Melez <myk@mozilla.org>
date Wed, 15 Oct 2008 16:40:35 -0700
parents f395a054dd9c
children 495fb632840c
comparison
equal deleted inserted replaced
325:3e8c77f08177 326:8ef75b54e3dd
51 snowlLayout="classic"/> 51 snowlLayout="classic"/>
52 52
53 <hbox id="browser"> 53 <hbox id="browser">
54 <hbox id="snowlSidebar" 54 <hbox id="snowlSidebar"
55 insertbefore="sidebar-splitter" 55 insertbefore="sidebar-splitter"
56 persist="heightSnowlLayouts widthSnowlLayouts"/> 56 persist="width height hidden"/>
57 </hbox> 57 </hbox>
58 58
59 <vbox id="sidebar-box" 59 <vbox id="sidebar-box"
60 flex="1"/> 60 flex="1"/>
61 61