svx/uiconfig/ui/sidebartextpanel.ui |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit a26c07e37ed2e5996a5f1e07a23fa4f7ddb96534
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Wed Jul 24 11:04:15 2024 +0200
Commit:     Pedro Silva <pedro.si...@collabora.com>
CommitDate: Fri Jul 26 13:21:05 2024 +0200

    lok: Sidebar: Fix Shadowed btn not fitting properly in the grid
    
    Better to move it down where we have more space.
    
    Signed-off-by: Pedro Pinto Silva <pedro.si...@collabora.com>
    Change-Id: If5d898f1491ed933dad00a5635036d2ceaf7fa73
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170931
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/svx/uiconfig/ui/sidebartextpanel.ui 
b/svx/uiconfig/ui/sidebartextpanel.ui
index b53b9e2e36c8..478baefadb32 100644
--- a/svx/uiconfig/ui/sidebartextpanel.ui
+++ b/svx/uiconfig/ui/sidebartextpanel.ui
@@ -149,16 +149,6 @@
                 <property name="homogeneous">False</property>
               </packing>
             </child>
-            <child>
-              <object class="GtkToggleToolButton" id=".uno:Shadowed">
-                <property name="visible">True</property>
-                <property name="use-underline">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="homogeneous">False</property>
-              </packing>
-            </child>
           </object>
           <packing>
             <property name="left-attach">0</property>
@@ -233,6 +223,16 @@
                     <property name="homogeneous">False</property>
                   </packing>
                 </child>
+               <child>
+                 <object class="GtkToggleToolButton" id=".uno:Shadowed">
+                   <property name="visible">True</property>
+                   <property name="use-underline">True</property>
+                 </object>
+                 <packing>
+                   <property name="expand">False</property>
+                   <property name="homogeneous">False</property>
+                 </packing>
+               </child>
               </object>
               <packing>
                 <property name="expand">False</property>

Reply via email to