diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-13 19:36:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-14 10:08:56 +0100 |
commit | 0a675cf23d042c5887532af8472ba5b4d82c5847 (patch) | |
tree | efa86f27f87747f2a91b011dc10f3d47247dde0c /svx | |
parent | 9c46935dd596ac14e77cb1269fcfb3e40b092e11 (diff) |
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/+/109245
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/paralinespacingcontrol.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/paralinespacingcontrol.ui b/svx/uiconfig/ui/paralinespacingcontrol.ui index a0c795ceda66..c4cededadc86 100644 --- a/svx/uiconfig/ui/paralinespacingcontrol.ui +++ b/svx/uiconfig/ui/paralinespacingcontrol.ui @@ -158,6 +158,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> @@ -170,6 +171,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> |