[iagno] Set expand on the main hbox



commit 824b0a8fd179851af8949e41592ca459f0dd5b91
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Mar 5 21:02:49 2014 -0600

    Set expand on the main hbox
    
    This looks better when the window is very wide, and prevents shrinking
    the window below the width of the grid.

 src/iagno.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index b784aa7..fe5b076 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -127,7 +127,7 @@ public class Iagno : Gtk.Application
         var tile_set = settings.get_string ("tileset");
         view.theme = Path.build_filename (DATA_DIRECTORY, "themes", tile_set);
         view.show ();
-        hbox.pack_start (view, false, true, 0);
+        hbox.pack_start (view, true, true, 0);
 
         var side_box = new Gtk.Box (Gtk.Orientation.VERTICAL, 6);
         side_box.show ();


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