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



commit c6011d06713a6bbf4cbd3b2d0a6af5a49c6b2a1b
Author: Robert Ancell <robert ancell canonical com>
Date:   Mon Feb 6 12:23:58 2012 +1100

    gnomine: Don't allow toolbar to compress

 gnomine/src/gnomine.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnomine/src/gnomine.vala b/gnomine/src/gnomine.vala
index dbde817..94acc46 100644
--- a/gnomine/src/gnomine.vala
+++ b/gnomine/src/gnomine.vala
@@ -120,6 +120,7 @@ public class GnoMine : Gtk.Application
 
         /* initialize toolbar */
         var toolbar = (Gtk.Toolbar) ui_manager.get_widget ("/Toolbar");
+        toolbar.show_arrow = false;
         face_button = (Gtk.ToolButton) ui_manager.get_widget ("/Toolbar/NewGame");
         toolbar.get_style_context ().add_class (Gtk.STYLE_CLASS_PRIMARY_TOOLBAR);
         /* replace the dull new-game icon with fancy faces */



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