svx/uiconfig/ui/paralinespacingcontrol.ui | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 0a675cf23d042c5887532af8472ba5b4d82c5847 Author: Caolán McNamara <[email protected]> AuthorDate: Wed Jan 13 19:36:03 2021 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Jan 14 10:08:56 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/+/109245 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
