New container to the homebar, allows half-collapse.

This commit is contained in:
mgalli%geckonnection.com 2006-02-14 22:49:59 +00:00
Родитель 46d423d723
Коммит c6330e2e80
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -95,7 +95,9 @@
<hbox flex="1">
<hbox id="appcontent" flex="100%">
<vbox id="browserleftbar" >
<vbox id="browserleftbar" onclick="BrowserHomeBar()">
<vbox id="homebarcontainer">
</vbox>
</vbox>
<vbox id="browser" context="context" flex="1">
<tabbrowser id="content"
@ -148,6 +150,7 @@
<command id="cmd_Go" oncommand="URLBarEntered()" />
<command id="cmd_BrowserBookmark" oncommand="BrowserBookmark()" />
<command id="cmd_BrowserBookmarkThis" oncommand="BrowserBookmarkThis()" />
<command id="cmd_BrowserHomeBar" oncommand="BrowserHomeBar()" />
<!-- Keyboard Focus Handler Controls -->
<!-- This entire focusnavigation set is not XBLized yet,