[gnome-chess] Fix insanely small load game dialog bug



commit cb03e2ff0e5d560cac819872daf0b6b2b2114434
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Sat Jun 8 11:48:18 2013 -0500

    Fix insanely small load game dialog bug
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701636

 src/gnome-chess.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 8d805b2..4f3e168 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -1577,6 +1577,8 @@ public class Application : Gtk.Application
         child.reparent (vbox);
         child.border_width = dialog.border_width;
         dialog.border_width = 0;
+
+        vbox.set_child_packing (child, true, true, 0, Gtk.PackType.START);
         dialog.add (vbox);
     }
     


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