[Libreoffice-commits] core.git: cui/uiconfig

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 28 11:06:12 UTC 2019


 cui/uiconfig/ui/bitmaptabpage.ui |   32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

New commits:
commit 68bdea37d79793bc8dff4672c2d360be3554b041
Author:     Katarina Behrens <Katarina.Behrens at cib.de>
AuthorDate: Mon Jan 28 09:09:43 2019 +0100
Commit:     Katarina Behrens <Katarina.Behrens at cib.de>
CommitDate: Mon Jan 28 12:05:47 2019 +0100

    Fix misplaced Scale checkbox
    
    regression from weld-ing this tabpage
    
    Change-Id: Id79ff793842982e9dba79478ad7da23ea17f97c3
    Reviewed-on: https://gerrit.libreoffice.org/66989
    Tested-by: Jenkins
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/cui/uiconfig/ui/bitmaptabpage.ui b/cui/uiconfig/ui/bitmaptabpage.ui
index 6be64b47549d..dae24f1ea007 100644
--- a/cui/uiconfig/ui/bitmaptabpage.ui
+++ b/cui/uiconfig/ui/bitmaptabpage.ui
@@ -222,22 +222,6 @@
                       </packing>
                     </child>
                     <child>
-                      <object class="GtkCheckButton" id="scaletsb">
-                        <property name="label" translatable="yes" context="bitmaptabpage|scaletsb">Scale</property>
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="receives_default">False</property>
-                        <property name="use_underline">True</property>
-                        <property name="xalign">0</property>
-                        <property name="draw_indicator">True</property>
-                      </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">True</property>
-                        <property name="position">2</property>
-                      </packing>
-                    </child>
-                    <child>
                       <object class="GtkBox" id="box5">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
@@ -272,6 +256,22 @@
                       <packing>
                         <property name="expand">False</property>
                         <property name="fill">True</property>
+                        <property name="position">2</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <object class="GtkCheckButton" id="scaletsb">
+                        <property name="label" translatable="yes" context="bitmaptabpage|scaletsb">Scale</property>
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="receives_default">False</property>
+                        <property name="use_underline">True</property>
+                        <property name="xalign">0</property>
+                        <property name="draw_indicator">True</property>
+                      </object>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="fill">True</property>
                         <property name="position">3</property>
                       </packing>
                     </child>


More information about the Libreoffice-commits mailing list