зеркало из https://github.com/mozilla/pjs.git
Fixed taskbar buttons. If we plan to use onaction for buttons then we can switch this back later. Hook? = dp
This commit is contained in:
Родитель
2415d5ab40
Коммит
ab0df03e42
|
@ -92,10 +92,10 @@
|
|||
|
||||
<box align="horizontal">
|
||||
|
||||
<titledbutton align="left" id="mini-nav" value="" onaction="toNavigator();"/>
|
||||
<titledbutton align="left" id="mini-mail" value="" onaction="toMessengerWindow()"/>
|
||||
<titledbutton align="left" id="mini-addr" value="" onaction="toAddressBook()"/>
|
||||
<titledbutton align="left" id="mini-comp" value="" onaction="toEditor();" />
|
||||
<titledbutton align="left" id="mini-nav" value="" onclick="toNavigator();"/>
|
||||
<titledbutton align="left" id="mini-mail" value="" onclick="toMessengerWindow()"/>
|
||||
<titledbutton align="left" id="mini-addr" value="" onclick="toAddressBook()"/>
|
||||
<titledbutton align="left" id="mini-comp" value="" onclick="toEditor();" />
|
||||
</box>
|
||||
<spring flex="100%"/>
|
||||
<box align="horizontal">
|
||||
|
|
Загрузка…
Ссылка в новой задаче