svx/uiconfig/ui/paralinespacingcontrol.ui |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ba75b766a619d0ad5cf1a127433eee9de564a03c
Author:     Caolán McNamara <[email protected]>
AuthorDate: Wed Jan 13 19:36:03 2021 +0000
Commit:     Xisco Fauli <[email protected]>
CommitDate: Thu Jan 14 08:36:20 2021 +0100

    tdf#139567 set no-show-all to True
    
    so changing child vis to false before parent is shown 'sticks' as
    a final visibility of false
    
    Change-Id: Ieee4e4c7f7bddf6204c61ca788d316d52ef5a6dc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109247
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <[email protected]>

diff --git a/svx/uiconfig/ui/paralinespacingcontrol.ui 
b/svx/uiconfig/ui/paralinespacingcontrol.ui
index 107b6257e486..52f84e516139 100644
--- a/svx/uiconfig/ui/paralinespacingcontrol.ui
+++ b/svx/uiconfig/ui/paralinespacingcontrol.ui
@@ -162,6 +162,7 @@
                         <child>
                           <object class="GtkSpinButton" id="percent_box">
                             <property name="can_focus">True</property>
+                            <property name="no-show-all">True</property>
                             <property name="hexpand">True</property>
                             <property name="adjustment">adjustment1</property>
                           </object>
@@ -174,6 +175,7 @@
                           <object class="GtkSpinButton" id="metric_box">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
+                            <property name="no-show-all">True</property>
                             <property name="hexpand">True</property>
                             <property name="adjustment">adjustment2</property>
                             <property name="digits">2</property>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to