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/+/109130
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/svx/uiconfig/ui/paralinespacingcontrol.ui b/svx/uiconfig/ui/paralinespacingcontrol.ui
index c137108..6de9302 100644
--- a/svx/uiconfig/ui/paralinespacingcontrol.ui
+++ b/svx/uiconfig/ui/paralinespacingcontrol.ui
@@ -159,6 +159,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>
@@ -171,6 +172,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>