svx/uiconfig/ui/sidebarparagraph.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e0c89d0ba3edbe975ce62427cd217f346293b23e
Author:     László Németh <nem...@numbertext.org>
AuthorDate: Tue Mar 4 14:50:56 2025 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Mar 6 03:02:24 2025 +0100

    tdf#162840 sfx: fix layout of sidebar hyphenation options
    
    Row-spacing was too small on Windows user interface,
    resulting overlapping widget elements.
    
    Follow-up to commit 98f7f540463c533da17d4e8595c091d9e98a6c83
    "tdf#162491 tdf#125032 add hyphenation settings to sidebar".
    
    Change-Id: I055500cdcef39eef1ecc2fab35eb4cc8ef231992
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182485
    Tested-by: Jenkins
    Reviewed-by: László Németh <nem...@numbertext.org>
    (cherry picked from commit fe502cd93b70c598fcf9196f7ec1d9169bfe522f)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182522
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/svx/uiconfig/ui/sidebarparagraph.ui 
b/svx/uiconfig/ui/sidebarparagraph.ui
index c2f67431bc0a..6d53a2d1b930 100644
--- a/svx/uiconfig/ui/sidebarparagraph.ui
+++ b/svx/uiconfig/ui/sidebarparagraph.ui
@@ -76,7 +76,7 @@
         <property name="can-focus">False</property>
         <property name="hexpand">True</property>
         <property name="border-width">6</property>
-        <property name="row-spacing">1</property>
+        <property name="row-spacing">3</property>
         <property name="column-spacing">6</property>
         <property name="column-homogeneous">True</property>
         <child>

Reply via email to