[PATCH 3/3] Make the DetailedErrorDialog taller by default (#874620).

Chris Lumens clumens at redhat.com
Wed Nov 14 19:41:45 UTC 2012


---
 pyanaconda/ui/gui/spokes/lib/detailederror.glade | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/ui/gui/spokes/lib/detailederror.glade b/pyanaconda/ui/gui/spokes/lib/detailederror.glade
index 3a873ce..f2f5164 100644
--- a/pyanaconda/ui/gui/spokes/lib/detailederror.glade
+++ b/pyanaconda/ui/gui/spokes/lib/detailederror.glade
@@ -3,6 +3,7 @@
   <!-- interface-requires gtk+ 3.0 -->
   <object class="GtkTextBuffer" id="detailedTextBuffer"/>
   <object class="GtkDialog" id="detailedErrorDialog">
+    <property name="height_request">350</property>
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
     <property name="modal">True</property>
-- 
1.7.11.2



More information about the anaconda-patches mailing list