aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2001-10-21 06:54:20 +0800
committerLarry Ewing <lewing@src.gnome.org>2001-10-21 06:54:20 +0800
commitcbf9a7cbc16d2b11fe8717aa71c20b9b26a0ecc5 (patch)
tree1d5ac1bc239b9d04b24620b07d13be2e29352c76
parent51a28ce6a987b81054a438f6d18bad526e1f0f36 (diff)
downloadgsoc2013-evolution-cbf9a7cbc16d2b11fe8717aa71c20b9b26a0ecc5.tar
gsoc2013-evolution-cbf9a7cbc16d2b11fe8717aa71c20b9b26a0ecc5.tar.gz
gsoc2013-evolution-cbf9a7cbc16d2b11fe8717aa71c20b9b26a0ecc5.tar.bz2
gsoc2013-evolution-cbf9a7cbc16d2b11fe8717aa71c20b9b26a0ecc5.tar.lz
gsoc2013-evolution-cbf9a7cbc16d2b11fe8717aa71c20b9b26a0ecc5.tar.xz
gsoc2013-evolution-cbf9a7cbc16d2b11fe8717aa71c20b9b26a0ecc5.tar.zst
gsoc2013-evolution-cbf9a7cbc16d2b11fe8717aa71c20b9b26a0ecc5.zip
add text size menu.
2001-10-20 Larry Ewing <lewing@ximian.com> * evolution-mail-message.xml: add text size menu. svn path=/trunk/; revision=13829
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-mail-message.xml19
2 files changed, 23 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 25bad07b10..cfca38756c 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-20 Larry Ewing <lewing@ximian.com>
+
+ * evolution-mail-message.xml: add text size menu.
+
2001-10-01 Radek Doulik <rodo@ximian.com>
* evolution-message-composer.xml: removed hidden Debug submenu,
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index 0efb07a612..45d4fd263c 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -167,6 +167,17 @@
_tip="Show the raw email source of the message"
type="radio" group="message_display"/>
+ <cmd name="TextZoomIn"
+ _tip="Increase the text size"
+ accel="*Control*+"/>
+
+ <cmd name="TextZoomOut"
+ _tip="Decrease the text size"
+ accel="*Control*-"/>
+
+ <cmd name="TextZoomReset"
+ _tip="Reset the text to its original size"/>
+
</commands>
<keybindings>
@@ -210,6 +221,14 @@
<submenu name="View">
<placeholder name="MailMessageView">
+ <submenu name="TextSize" _label="Text Si_ze">
+ <menuitem name="TextZoomOut" verb="" _label="S_maller"/>
+ <menuitem name="TextZoomIn" verb="" _label="_Larger"/>
+
+ <separator/>
+
+ <menuitem name="TextZoomReset" verb="" _label="Original Si_ze"/>
+ </submenu>
<submenu name="MessageDisplay" _label="_Message Display">
<menuitem name="ViewLoadImages" verb="" _label="Load _Images"/>