summaryrefslogtreecommitdiff
path: root/vcl/uiconfig
diff options
context:
space:
mode:
authorRasmus Jonsson <wasmus@zom.bi>2019-04-05 15:24:18 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2019-04-08 09:41:13 +0200
commit93cc8d83cd1f814e8b1df03de2e3c25efa4a9d16 (patch)
tree6326898da0eafc6f674fc40b7fa0953aa5cabb6d /vcl/uiconfig
parent642bd339576537d6561735273bda64dd44858960 (diff)
tdf#124567 Print dialog: distance & margin mixed up
Change places of distance and margin input boxes (note: ids were set correctly, they were merely labelled incorrectly). Also moved the object in the .ui file to make it easier to read. Change-Id: I180d7afdf9dfb483f5dbfcf7ba68c73900499807 Reviewed-on: https://gerrit.libreoffice.org/70303 Tested-by: Jenkins Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r--vcl/uiconfig/ui/printdialog.ui18
1 files changed, 9 insertions, 9 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui
index 063d961e8bca..043a27771a38 100644
--- a/vcl/uiconfig/ui/printdialog.ui
+++ b/vcl/uiconfig/ui/printdialog.ui
@@ -964,6 +964,15 @@
</packing>
</child>
<child>
+ <object class="GtkSpinButton" id="pagemarginsb:0mm">
+ <property name="can_focus">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">4</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkLabel" id="sheetmargintxt1">
<property name="can_focus">False</property>
<property name="halign">start</property>
@@ -982,15 +991,6 @@
</object>
<packing>
<property name="left_attach">1</property>
- <property name="top_attach">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkSpinButton" id="pagemarginsb:0mm">
- <property name="can_focus">True</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
<property name="top_attach">5</property>
</packing>
</child>