[gnome-games] iagno: Don't allow toolbar to compress



commit c959e830c82f9a7f90dd5573e7ed0df5d6271bcf
Author: Robert Ancell <robert ancell canonical com>
Date:   Mon Feb 6 12:24:54 2012 +1100

    iagno: Don't allow toolbar to compress

 iagno/src/iagno.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/iagno/src/iagno.vala b/iagno/src/iagno.vala
index aed536a..c5bcfd8 100644
--- a/iagno/src/iagno.vala
+++ b/iagno/src/iagno.vala
@@ -154,6 +154,7 @@ public class Iagno : Gtk3.Application
         statusbar.show ();
 
         var toolbar = builder.get_object ("toolbar") as Gtk.Toolbar;
+        toolbar.show_arrow = false;
         toolbar.get_style_context ().add_class (Gtk.STYLE_CLASS_PRIMARY_TOOLBAR);
         toolbar.insert (new Gtk.SeparatorToolItem (), -1);
         var status_item = new Gtk.ToolItem ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]