[gnome-chess/gnome-3-8] Fix insanely small load game dialog bug
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess/gnome-3-8] Fix insanely small load game dialog bug
- Date: Sat, 8 Jun 2013 16:55:23 +0000 (UTC)
commit 893a743ec2fc527f578c1ec3110e4ab490f65cf6
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
(cherry picked from commit cb03e2ff0e5d560cac819872daf0b6b2b2114434)
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 d6e8e22..d904e4f 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -1573,6 +1573,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]