diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-15 09:42:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-16 11:16:05 +0100 |
commit | eb1c0480050a1328287c4a85468afbec50b0e29d (patch) | |
tree | 044b94745a027b1620ebb5320731275dc86e7b18 /sw/uiconfig | |
parent | 253ffdf2b0c22247e6208e0881838b1896c63116 (diff) |
Resolves: fdo#36815 enable printing WYSIWYG sidewindow comments
in order for that to happen the document has to be scaled down
so that the comments outside the border of the sheet of paper
can be brought inside the printable area
Change-Id: Ifafb8eec10a4ea3ea0014097728888603e61e5a4
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/printoptionspage.ui | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/printoptionspage.ui b/sw/uiconfig/swriter/ui/printoptionspage.ui index 0bf9afe34aa0..95e5ae2e4399 100644 --- a/sw/uiconfig/swriter/ui/printoptionspage.ui +++ b/sw/uiconfig/swriter/ui/printoptionspage.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.1 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkBox" id="PrintOptionsPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -344,7 +345,7 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> - <property name="group">none</property> + <property name="group">inmargins</property> </object> <packing> <property name="left_attach">0</property> @@ -353,6 +354,24 @@ <property name="height">1</property> </packing> </child> + <child> + <object class="GtkRadioButton" id="inmargins"> + <property name="label" translatable="yes">In margins</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <property name="group">none</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">4</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> </object> </child> </object> |