Bug 348759 - Replace the deck used to fix bug 337427. r=mconnor.

git-svn-id: svn://10.0.0.236/trunk@210060 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com
2006-09-13 20:00:09 +00:00
parent b67fa7fafe
commit 2972e00bb5
2 changed files with 4 additions and 4 deletions

View File

@@ -210,7 +210,7 @@
<toolbaritem id="urlbar-container" align="center" flex="1000"
title="&locationItem.title;" class="chromeclass-location">
<!-- This deck is a hack to make sure that the border between the
<!-- This stack is a hack to make sure that the border between the
urlbar and the searchbar doesn't shift when the SSL and RSS
icons appear and disappear. Now that the searchbar is flexible,
the appearance of the urlbar status icons tweaks the flex
@@ -218,7 +218,7 @@
is to hide a decoy textbox with a spacer behind the urlbar, so
that the deck that contains it is always as least as large as
it would be if both icons were visible. -->
<deck id="urlbar-sizing-deck" flex="1">
<stack id="urlbar-sizing-deck" flex="1">
<textbox id="urlbar" flex="1"
type="autocomplete"
autocompletesearch="history"
@@ -279,7 +279,7 @@
<textbox id="urlbar-spacer" flex="1">
<hbox id="urlbar-icons-spacer"/>
</textbox>
</deck>
</stack>
</toolbaritem>
<toolbaritem id="search-container" title="&searchItem.title;"

View File

@@ -54,7 +54,7 @@
<content sizetopopup="pref">
<xul:hbox class="autocomplete-textbox-container" flex="1">
<children includes="image|deck">
<children includes="image|deck|stack">
<xul:image class="autocomplete-icon" allowevents="true"/>
</children>