summaryrefslogtreecommitdiff
path: root/vcl/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-10-25 10:53:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-10-25 17:31:24 +0200
commitd1e19bd285dfcb60cc088344faa1dd63f095352c (patch)
treedd121569f5afda7367b57b8485c712b1ec93f181 /vcl/uiconfig
parentece7f54a6ddcb635822ca51b7558561d69af7934 (diff)
Resolves: tdf#113435 device tab missing from print dialog
Change-Id: I6119d1cbd5484ac2a26d60a7db4ac8fc11165561 Reviewed-on: https://gerrit.libreoffice.org/43818 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r--vcl/uiconfig/ui/printerpropertiesdialog.ui16
1 files changed, 12 insertions, 4 deletions
diff --git a/vcl/uiconfig/ui/printerpropertiesdialog.ui b/vcl/uiconfig/ui/printerpropertiesdialog.ui
index c6fe076145a2..96662860f946 100644
--- a/vcl/uiconfig/ui/printerpropertiesdialog.ui
+++ b/vcl/uiconfig/ui/printerpropertiesdialog.ui
@@ -71,7 +71,15 @@
</object>
</child>
<child type="tab">
- <placeholder/>
+ <object class="GtkLabel" id="paper">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes" context="printerpropertiesdialog|paper">Paper</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ <property name="tab_fill">False</property>
+ </packing>
</child>
<child>
<object class="GtkGrid">
@@ -86,13 +94,13 @@
</packing>
</child>
<child type="tab">
- <object class="GtkLabel" id="paper">
+ <object class="GtkLabel" id="device">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" context="printerpropertiesdialog|paper">Paper</property>
+ <property name="label" translatable="yes" context="printerpropertiesdialog|device">Device</property>
</object>
<packing>
- <property name="position">1</property>
+ <property name="position">2</property>
<property name="tab_fill">False</property>
</packing>
</child>