forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
e355eff2bc
commit
0b2bded110
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user