Fix bug 807655 - Icons for reminder and privacy status get covered by the category strip (regression). r=Paenglab
This commit is contained in:
Родитель
d78e5d6bef
Коммит
f11f61cb60
|
@ -51,7 +51,8 @@
|
|||
<xul:spacer flex="1"/>
|
||||
</xul:vbox>
|
||||
<xul:stack anonid="category-box-stack">
|
||||
<xul:hbox align="right">
|
||||
<xul:calendar-category-box anonid="category-box" xbl:inherits="categories" pack="end"/>
|
||||
<xul:hbox align="center">
|
||||
<xul:hbox anonid="alarm-icons-box"
|
||||
class="alarm-icons-box"
|
||||
pack="end"
|
||||
|
@ -61,7 +62,6 @@
|
|||
class="item-classification-box"
|
||||
pack="end"/>
|
||||
</xul:hbox>
|
||||
<xul:calendar-category-box anonid="category-box" xbl:inherits="categories" pack="end"/>
|
||||
</xul:stack>
|
||||
</xul:hbox>
|
||||
</xul:stack>
|
||||
|
|
|
@ -2182,6 +2182,7 @@
|
|||
wrap="true"/>
|
||||
</xul:hbox>
|
||||
<xul:stack mousethrough="always">
|
||||
<xul:calendar-category-box anonid="category-box" xbl:inherits="categories" pack="end" />
|
||||
<xul:hbox align="right">
|
||||
<xul:hbox anonid="alarm-icons-box"
|
||||
class="alarm-icons-box"
|
||||
|
@ -2192,7 +2193,6 @@
|
|||
class="item-classification-box"
|
||||
pack="end"/>
|
||||
</xul:hbox>
|
||||
<xul:calendar-category-box anonid="category-box" xbl:inherits="categories" pack="end" />
|
||||
</xul:stack>
|
||||
<xul:box xbl:inherits="orient">
|
||||
<xul:calendar-event-gripbar anonid="gripbar1"
|
||||
|
|
Загрузка…
Ссылка в новой задаче