diff options
author | Michael Meeks <michael@helixcode.com> | 2001-01-30 08:29:21 +0800 |
---|---|---|
committer | Michael Meeks <michael@src.gnome.org> | 2001-01-30 08:29:21 +0800 |
commit | 54b319e9d1e4fbb7e27d8d7984ef7ecef7caf7b4 (patch) | |
tree | 9120a64075b48b1f0e27b089647ccee84aeed828 | |
parent | d4d4df164b4b162c3fd2f461f245dee293fea815 (diff) | |
download | gsoc2013-evolution-54b319e9d1e4fbb7e27d8d7984ef7ecef7caf7b4.tar gsoc2013-evolution-54b319e9d1e4fbb7e27d8d7984ef7ecef7caf7b4.tar.gz gsoc2013-evolution-54b319e9d1e4fbb7e27d8d7984ef7ecef7caf7b4.tar.bz2 gsoc2013-evolution-54b319e9d1e4fbb7e27d8d7984ef7ecef7caf7b4.tar.lz gsoc2013-evolution-54b319e9d1e4fbb7e27d8d7984ef7ecef7caf7b4.tar.xz gsoc2013-evolution-54b319e9d1e4fbb7e27d8d7984ef7ecef7caf7b4.tar.zst gsoc2013-evolution-54b319e9d1e4fbb7e27d8d7984ef7ecef7caf7b4.zip |
Use hlook and vlook so by default we get no text in vertical mode, and
2001-01-30 Michael Meeks <michael@helixcode.com>
* evolution.xml: Use hlook and vlook so by default we get
no text in vertical mode, and priority only in horizontal
mode.
svn path=/trunk/; revision=7901
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 6 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 870dcbb250..30a6cd7de8 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2001-01-30 Michael Meeks <michael@helixcode.com> + + * evolution.xml: Use hlook and vlook so by default we get + no text in vertical mode, and priority only in horizontal + mode. + 2001-01-27 JP Rosevear <jpr@ximian.com> * evolution-event-editor.xml: Menu cleanups diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index ea71175a26..a2d02cf412 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -255,9 +255,3 @@ </dockitem> </Root> - - - - - - diff --git a/ui/evolution.xml b/ui/evolution.xml index 03994309b4..40d9be4cbd 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -143,7 +143,7 @@ </menu> <dockitem name="Toolbar" relief="none" behavior="exclusive" - _tip="Main toolbar" look="text"/> + _tip="Main toolbar" hlook="text" vlook="icon"/> <status> <item name="main"/> |