some more view prettyness fixes

This commit is contained in:
vladimir%pobox.com 2005-04-23 00:23:15 +00:00
Родитель eef5a77150
Коммит 59fbf4800d
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -98,11 +98,13 @@ calendar-time-bar {
.calendar-time-bar-box-odd {
border-top: 1px solid #999999;
border-left: 1px solid #999999;
background: #dddddd;
}
.calendar-time-bar-box-even {
border-top: 1px solid #999999;
border-left: 1px solid #999999;
background: #dddddd;
}

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

@ -882,6 +882,7 @@
<!-- array of { date: calIDatetime, col: column item } -->
<field name="mDateColumns">null</field>
<field name="mBatchCount">0</field>
<field name="mPixPerMin">0.6</field>
<field name="mObserver"><![CDATA[
// the calIObserver, and calICompositeObserver
@ -1104,6 +1105,11 @@
]]></body>
</method>
<property name="pixelsPerMinute">
<getter>return this.mPixPerMin</getter>
<setter>this.setPixelsPerMin(val); return val;</setter>
</property>
<!-- private -->
<property name="orient">