[gtk+] printing: Don't crop dimensions of layout preview



commit 0b2bded110aab9c1282d2219768086155a92fae4
Author: Marek Kasik <mkasik redhat com>
Date:   Fri Nov 28 15:25:42 2014 +0100

    printing: Don't crop dimensions of layout preview
    
    Enlarge area for drawing of layout preview in the print dialog
    so that it can embody landscape preview with dimensions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730232

 gtk/ui/gtkprintunixdialog.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/ui/gtkprintunixdialog.ui b/gtk/ui/gtkprintunixdialog.ui
index ae714e0..fc59750 100644
--- a/gtk/ui/gtkprintunixdialog.ui
+++ b/gtk/ui/gtkprintunixdialog.ui
@@ -998,7 +998,7 @@
                         <property name="can_focus">False</property>
                         <child>
                           <object class="GtkDrawingArea" id="page_layout_preview">
-                            <property name="width_request">280</property>
+                            <property name="width_request">320</property>
                             <property name="height_request">160</property>
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
@@ -1006,7 +1006,7 @@
                           </object>
                           <packing>
                             <property name="expand">True</property>
-                            <property name="fill">False</property>
+                            <property name="fill">True</property>
                             <property name="position">0</property>
                           </packing>
                         </child>


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