[Xfce4-commits] <postler:master> Require the composer toolbar to use the whole width

Christian Dywan noreply at xfce.org
Sun Apr 10 21:42:01 CEST 2011


Updating branch refs/heads/master
         to 7ca9556243d4b88e6503c7ac647000de7a5a2c87 (commit)
       from a0a3fc496c3cbb654d80fc41393161e50fa0de9f (commit)

commit 7ca9556243d4b88e6503c7ac647000de7a5a2c87
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Apr 10 21:40:32 2011 +0200

    Require the composer toolbar to use the whole width
    
    Disable the overflow arrow of the toolbar.
    
    Fixes: https://bugs.launchpad.net/postler/+bug/739658

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

diff --git a/postler/postler-composer.vala b/postler/postler-composer.vala
index 7203621..ecc7835 100644
--- a/postler/postler-composer.vala
+++ b/postler/postler-composer.vala
@@ -546,6 +546,7 @@ public class Postler.Composer : Gtk.Window {
         shelf.pack_start (menubar, false, false, 0);
         toolbar = ui.get_widget ("/toolbar") as Gtk.Toolbar;
         toolbar.set_icon_size (Gtk.IconSize.BUTTON);
+        toolbar.set_show_arrow (false);
 
         /* Grace period progress after activating Send */
         var toolitem = new Gtk.ToolItem ();



More information about the Xfce4-commits mailing list