sw/uiconfig/swriter/ui/printeroptions.ui | 38 ++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-)
New commits: commit e943bebd24c35e0e2961e735607d2a45aa963032 Author: Daniel Silva <[email protected]> AuthorDate: Mon Jul 23 17:21:29 2018 -0300 Commit: Katarina Behrens <[email protected]> CommitDate: Tue Aug 7 11:36:19 2018 +0200 Reinserts print comments in print dialog (writer) Change-Id: I1adcec9e190061f8534f381cfd87fba79121b6f6 Reviewed-on: https://gerrit.libreoffice.org/57885 Tested-by: Jenkins Reviewed-by: Katarina Behrens <[email protected]> diff --git a/sw/uiconfig/swriter/ui/printeroptions.ui b/sw/uiconfig/swriter/ui/printeroptions.ui index 5846c9252b43..88bb58a22eb4 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"> @@ -110,6 +110,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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
