sc/uiconfig/scalc/ui/managenamesdialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 83b39b6067a742ec470a4a17ba0d5151b1562a82 Author: Andreas Heinisch <[email protected]> AuthorDate: Sun Apr 25 12:23:55 2021 +0200 Commit: Andreas Heinisch <[email protected]> CommitDate: Tue Apr 27 15:26:14 2021 +0200 tdf#99991 - Don't resize toplevel widget containing the options expander Change-Id: I930445e9047478b26142d049598fbe656d25d666 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114628 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <[email protected]> (cherry picked from commit dc83f99c466296caaa6b236e32b39e04ae9e6d8c) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114598 diff --git a/sc/uiconfig/scalc/ui/managenamesdialog.ui b/sc/uiconfig/scalc/ui/managenamesdialog.ui index 1bade2d51e8d..5e5710e81448 100644 --- a/sc/uiconfig/scalc/ui/managenamesdialog.ui +++ b/sc/uiconfig/scalc/ui/managenamesdialog.ui @@ -345,7 +345,7 @@ <object class="GtkExpander" id="more"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="resize_toplevel">True</property> + <property name="resize_toplevel">False</property> <child> <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
