Use a horizontal icon row for message actions, bug 782931.
Signed-off-by: Niels De Graef <nielsdegraef@gmail.com>
This commit is contained in:
parent
9d7e64974b
commit
8969d175b2
1 changed files with 4 additions and 0 deletions
|
|
@ -3,17 +3,21 @@
|
|||
<interface>
|
||||
<menu id="email_menu">
|
||||
<section>
|
||||
<attribute name="display-hint">horizontal-buttons</attribute>
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">_Reply</attribute>
|
||||
<attribute name="action">eml.reply_sender</attribute>
|
||||
<attribute name="verb-icon">mail-reply-sender-symbolic</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">Reply to _All</attribute>
|
||||
<attribute name="action">eml.reply_all</attribute>
|
||||
<attribute name="verb-icon">mail-reply-all-symbolic</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">_Forward</attribute>
|
||||
<attribute name="action">eml.forward</attribute>
|
||||
<attribute name="verb-icon">mail-forward-symbolic</attribute>
|
||||
</item>
|
||||
</section>
|
||||
<section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue