Blame SOURCES/0136-p2v-Make-the-conversion-dialog-slightly-higher.patch

e76f14
From ca78e55220627878ce3808615953ec9ea8cba16c Mon Sep 17 00:00:00 2001
e76f14
From: "Richard W.M. Jones" <rjones@redhat.com>
e76f14
Date: Fri, 24 Jun 2016 22:28:40 +0100
e76f14
Subject: [PATCH] p2v: Make the conversion dialog slightly higher.
e76f14
e76f14
Otherwise the information pane is smaller than its content.
e76f14
e76f14
(cherry picked from commit 40448d6d0d63d79da540c2a9e5eb098b537ede50)
e76f14
---
e76f14
 p2v/gui.c | 2 +-
e76f14
 1 file changed, 1 insertion(+), 1 deletion(-)
e76f14
e76f14
diff --git a/p2v/gui.c b/p2v/gui.c
e76f14
index 58e9ea3..5ffe3d8 100644
e76f14
--- a/p2v/gui.c
e76f14
+++ b/p2v/gui.c
e76f14
@@ -541,7 +541,7 @@ create_conversion_dialog (struct config *config)
e76f14
   /* XXX It would be nice not to have to set this explicitly, but
e76f14
    * if we don't then Gtk chooses a very small window.
e76f14
    */
e76f14
-  gtk_widget_set_size_request (conv_dlg, 900, 560);
e76f14
+  gtk_widget_set_size_request (conv_dlg, 900, 600);
e76f14
 
e76f14
   /* The main dialog area. */
e76f14
   hbox = gtk_hbox_new (TRUE, 1);
e76f14
-- 
e76f14
1.8.3.1
e76f14