diff options
author | Daniel Silva <danielfaleirosilva@gmail.com> | 2018-07-23 17:21:29 -0300 |
---|---|---|
committer | Daniel Silva <danielfaleirosilva@gmail.com> | 2018-11-29 13:02:16 -0200 |
commit | 952e4a6ffd95b49d421b6477b3f8e33a6550097f (patch) | |
tree | 60c61da12e9c8430ea5d5001338c84b38c28c8ac | |
parent | e1bb5b2cd8ecc4db760b1d413e28edc388da5c3e (diff) |
Reinserts print comments in print dialog (writer)
Change-Id: I1adcec9e190061f8534f381cfd87fba79121b6f6
Reviewed-on: https://gerrit.libreoffice.org/57885
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
-rw-r--r-- | sw/uiconfig/swriter/ui/printeroptions.ui | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/printeroptions.ui b/sw/uiconfig/swriter/ui/printeroptions.ui index 18c893a347f5..d3efd6be93f1 100644 --- a/sw/uiconfig/swriter/ui/printeroptions.ui +++ b/sw/uiconfig/swriter/ui/printeroptions.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.20.4 --> <interface domain="sw"> <requires lib="gtk+" version="3.18"/> <object class="GtkBox" id="box"> @@ -105,6 +105,42 @@ <property name="position">4</property> </packing> </child> + <child> + <object class="GtkBox" id="box3"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">6</property> + <child> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="margin_left">5</property> + <property name="label" translatable="yes" context="printeroptions|formcontrols">Comments:</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkComboBox" id="writercomments"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">5</property> + </packing> + </child> </object> </child> </object> |