зеркало из https://github.com/mozilla/pjs.git
fixing buttons to look right on the toolbar.
This commit is contained in:
Родитель
2f348493d6
Коммит
de2a5e365c
|
@ -14,8 +14,8 @@
|
|||
<toolbarpalette id="MailToolbarPalette">
|
||||
|
||||
<toolbarbutton id="calendar-new-event-button" class="cal-toolbarbutton-1" label="New Event" tooltiptext="New Event" oncommand="createEventWithDialog()"/>
|
||||
<toolbarbutton id="calendar-show-week-view" class="cal-toolbarbutton-1" label="Week View" tooltiptext="Month View" oncommand="switchView('week')"/>
|
||||
<toolbarbutton id="calendar-show-month-view" class="cal-toolbarbutton-1" label="Month View" tooltiptext="Month View" oncommand="switchView('month')"/>
|
||||
<toolbarbutton id="calendar-week-view-button" class="cal-toolbarbutton-1" label="Week View" tooltiptext="Month View" oncommand="switchView('week')"/>
|
||||
<toolbarbutton id="calendar-month-view-button" class="cal-toolbarbutton-1" label="Month View" tooltiptext="Month View" oncommand="switchView('month')"/>
|
||||
|
||||
</toolbarpalette>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче