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

Katarina Behrens (via logerrit) logerrit at kemper.freedesktop.org
Tue May 4 13:09:41 UTC 2021


 sd/uiconfig/simpress/ui/sidebarslidebackground.ui |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

New commits:
commit c46a231b987b92bd866b415d1a0ba0d3a26a2457
Author:     Katarina Behrens <bubli at bubli.org>
AuthorDate: Tue May 4 10:06:26 2021 +0200
Commit:     Katarina Behrens <bubli at bubli.org>
CommitDate: Tue May 4 15:09:03 2021 +0200

    tdf#139329: Shift widgets down and make hatch&bitmap list visible
    
    regression from commit cbe86ee37018dc4bf04783ecf70fef2863e61ad7
    which inserted additional gradient colour picker but didn't
    adjust the positions of widgets below accordingly so in effect
    there were 2 widgets at position y=4
    
    Sad that neither glade nor our own code detects this condition and
    e.g. asserts or warns this is the case
    
    Change-Id: I4c635eeb8b740765542631a5f0319bfe1a5d94d0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115056
    Tested-by: Jenkins
    Reviewed-by: Katarina Behrens <bubli at bubli.org>

diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
index 9ee6a428ed07..13163da28e95 100644
--- a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
+++ b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
@@ -115,7 +115,7 @@
           </object>
           <packing>
             <property name="left_attach">1</property>
-            <property name="top_attach">10</property>
+            <property name="top_attach">11</property>
           </packing>
         </child>
         <child>
@@ -126,7 +126,7 @@
           </object>
           <packing>
             <property name="left_attach">1</property>
-            <property name="top_attach">8</property>
+            <property name="top_attach">9</property>
           </packing>
         </child>
         <child>
@@ -138,7 +138,7 @@
           </object>
           <packing>
             <property name="left_attach">0</property>
-            <property name="top_attach">8</property>
+            <property name="top_attach">9</property>
           </packing>
         </child>
         <child>
@@ -151,7 +151,7 @@
           </object>
           <packing>
             <property name="left_attach">1</property>
-            <property name="top_attach">6</property>
+            <property name="top_attach">7</property>
           </packing>
         </child>
         <child>
@@ -196,7 +196,7 @@
           </object>
           <packing>
             <property name="left_attach">1</property>
-            <property name="top_attach">4</property>
+            <property name="top_attach">5</property>
           </packing>
         </child>
         <child>
@@ -215,7 +215,7 @@
           </object>
           <packing>
             <property name="left_attach">1</property>
-            <property name="top_attach">5</property>
+            <property name="top_attach">6</property>
           </packing>
         </child>
         <child>
@@ -230,7 +230,7 @@
           </object>
           <packing>
             <property name="left_attach">1</property>
-            <property name="top_attach">9</property>
+            <property name="top_attach">10</property>
           </packing>
         </child>
         <child>
@@ -292,7 +292,7 @@
           </object>
           <packing>
             <property name="left_attach">1</property>
-            <property name="top_attach">11</property>
+            <property name="top_attach">12</property>
           </packing>
         </child>
         <child>
@@ -302,7 +302,7 @@
           </object>
           <packing>
             <property name="left_attach">1</property>
-            <property name="top_attach">7</property>
+            <property name="top_attach">8</property>
           </packing>
         </child>
         <child>
@@ -316,7 +316,7 @@
           </object>
           <packing>
             <property name="left_attach">0</property>
-            <property name="top_attach">7</property>
+            <property name="top_attach">8</property>
           </packing>
         </child>
         <child>
@@ -327,7 +327,7 @@
           </object>
           <packing>
             <property name="left_attach">1</property>
-            <property name="top_attach">12</property>
+            <property name="top_attach">13</property>
           </packing>
         </child>
         <child>


More information about the Libreoffice-commits mailing list