mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug #271024 --> On windows and linux, use separators instead of spacers in the default address book
and mail 3-pane toolbars sr=bienvenu
This commit is contained in:
parent
bd38269dda
commit
b3c7345ed8
@ -1857,7 +1857,11 @@
|
||||
fullscreentoolbar="true" mode="full"
|
||||
customizable="true"
|
||||
context="toolbar-context-menu"
|
||||
#ifdef XP_MACOSX
|
||||
defaultset="button-getmsg,button-newmsg,button-address,spacer,button-reply,button-replyall,button-forward,spacer,button-delete,button-junk,spacer,button-print,button-stop,spring,throbber-box">
|
||||
#else
|
||||
defaultset="button-getmsg,button-newmsg,button-address,separator,button-reply,button-replyall,button-forward,separator,button-delete,button-junk,separator,button-print,button-stop,spring,throbber-box">
|
||||
#endif
|
||||
</toolbar>
|
||||
<toolbarset id="customToolbars" context="toolbar-context-menu"/>
|
||||
</toolbox>
|
||||
|
@ -513,7 +513,11 @@
|
||||
fullscreentoolbar="true" mode="full"
|
||||
customizable="true"
|
||||
context="toolbar-context-menu"
|
||||
#ifdef XP_MACOSX
|
||||
defaultset="button-newcard,button-newlist,spacer,button-editcard,button-newmessage,spacer,button-abdelete,spring,throbber-box">
|
||||
#else
|
||||
defaultset="button-newcard,button-newlist,separator,button-editcard,button-newmessage,separator,button-abdelete,spring,throbber-box">
|
||||
#endif
|
||||
</toolbar>
|
||||
<toolbarset id="customToolbars" context="toolbar-context-menu"/>
|
||||
</toolbox>
|
||||
|
Loading…
Reference in New Issue
Block a user