Blob Blame History Raw
From ca78e55220627878ce3808615953ec9ea8cba16c Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Fri, 24 Jun 2016 22:28:40 +0100
Subject: [PATCH] p2v: Make the conversion dialog slightly higher.

Otherwise the information pane is smaller than its content.

(cherry picked from commit 40448d6d0d63d79da540c2a9e5eb098b537ede50)
---
 p2v/gui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p2v/gui.c b/p2v/gui.c
index 58e9ea3..5ffe3d8 100644
--- a/p2v/gui.c
+++ b/p2v/gui.c
@@ -541,7 +541,7 @@ create_conversion_dialog (struct config *config)
   /* XXX It would be nice not to have to set this explicitly, but
    * if we don't then Gtk chooses a very small window.
    */
-  gtk_widget_set_size_request (conv_dlg, 900, 560);
+  gtk_widget_set_size_request (conv_dlg, 900, 600);
 
   /* The main dialog area. */
   hbox = gtk_hbox_new (TRUE, 1);
-- 
1.8.3.1