[Libreoffice-commits] core.git: vcl/uiconfig
Rasmus Jonsson (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 8 07:41:35 UTC 2019
vcl/uiconfig/ui/printdialog.ui | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
New commits:
commit 93cc8d83cd1f814e8b1df03de2e3c25efa4a9d16
Author: Rasmus Jonsson <wasmus at zom.bi>
AuthorDate: Fri Apr 5 15:24:18 2019 +0200
Commit: Katarina Behrens <Katarina.Behrens at cib.de>
CommitDate: Mon Apr 8 09:41:13 2019 +0200
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 at cib.de>
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>
More information about the Libreoffice-commits
mailing list