[Xfce4-commits] <postler:master> Let the progressbar expand in the toolbar

Christian Dywan noreply at xfce.org
Wed Jul 6 00:28:02 CEST 2011


Updating branch refs/heads/master
         to 02697543d5c277eaa49743b5dc83f7ff0960a8bd (commit)
       from 8ad7624692c4afd592d6a79683658a2637b7bd8d (commit)

commit 02697543d5c277eaa49743b5dc83f7ff0960a8bd
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Jul 5 22:34:11 2011 +0200

    Let the progressbar expand in the toolbar
    
    Fixes: https://bugs.launchpad.net/postler/+bug/805249

 postler/postler-bureau.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index f275023..3346223 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -614,6 +614,7 @@ public class Postler.Bureau : Gtk.Window {
         actions.get_action ("MessageNew").is_important = true;
 
         statusitem = new Gtk.ToolItem ();
+        statusitem.set_expand (true);
         toolbar.insert (statusitem, -1);
         var align = new Gtk.Alignment (0.0f, 0.5f, 1.0f, 0.1f);
         statusitem.add (align);



More information about the Xfce4-commits mailing list