[Xfce4-commits] <postler:master> Decrease minimum height of the message view
Christian Dywan
noreply at xfce.org
Tue Feb 15 00:36:01 CET 2011
Updating branch refs/heads/master
to 9dc4ddf16b8487223e38a3091748ca409651b165 (commit)
from 90b6353f02dae024fc3cf7ef52c9ca364dce2488 (commit)
commit 9dc4ddf16b8487223e38a3091748ca409651b165
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Feb 15 00:02:42 2011 +0100
Decrease minimum height of the message view
postler/postler-bureau.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index b5094c2..2e4658d 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -648,7 +648,7 @@ public class Postler.Bureau : Gtk.Window {
client.received.connect (client_received);
messages = new Postler.Messages (accounts);
- messages.set_size_request (250, 250);
+ messages.set_size_request (250, 200);
actions.get_action ("MessageFlag").sensitive = false;
actions.get_action ("MessageArchive").sensitive = false;
actions.get_action ("MessageJunk").sensitive = false;
More information about the Xfce4-commits
mailing list