summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silva <danielfaleirosilva@gmail.com>2018-07-23 17:21:29 -0300
committerAron Budea <aron.budea@collabora.com>2019-09-26 18:56:43 +0200
commitb0122f9b7dc14c926a5d3d3d42ce91ca4389022a (patch)
tree5f338c02e5c2b25891b916a0e4b735437a5124d2
parent20ca7b238fe5b346f693b5b22d406e82effdf454 (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> (cherry picked from commit 952e4a6ffd95b49d421b6477b3f8e33a6550097f)
-rw-r--r--sw/uiconfig/swriter/ui/printeroptions.ui38
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>