oops, set the clicktoscroll attribute on the pinstripe specific binding
for tabbrowser.  Otherwise, the tabs will scroll on mouseover.

r=ben
This commit is contained in:
sspitzer%mozilla.org 2007-08-22 05:04:43 +00:00
Родитель 2dc02dd127
Коммит d71e0065a3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -59,7 +59,7 @@
<xul:stack>
<xul:spacer class="tabs-left"/>
</xul:stack>
<xul:arrowscrollbox anonid="arrowscrollbox" orient="horizontal" flex="1" style="min-width: 1px;">
<xul:arrowscrollbox anonid="arrowscrollbox" orient="horizontal" flex="1" style="min-width: 1px;" clicktoscroll="true">
<children/>
</xul:arrowscrollbox>
<xul:hbox class="tabs-closebutton-box" align="center" pack="end" anonid="tabstrip-closebutton">