cui/uiconfig/ui/bulletandposition.ui | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 259ea5539e54bedc7786763841f2bee44dc32e7e Author: Caolán McNamara <[email protected]> AuthorDate: Mon Sep 30 16:55:11 2019 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Tue Oct 1 11:30:58 2019 +0200 Resolves: tdf#127450 max_content_[width|height] isn't available in gtk 3.18 so this crashes Change-Id: Ie9b2607e4c4290f9745b8bc5f36b80d8970018b1 Reviewed-on: https://gerrit.libreoffice.org/79876 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Michael Stahl <[email protected]> diff --git a/cui/uiconfig/ui/bulletandposition.ui b/cui/uiconfig/ui/bulletandposition.ui index c62f1acb8da5..0ec6c67061c2 100644 --- a/cui/uiconfig/ui/bulletandposition.ui +++ b/cui/uiconfig/ui/bulletandposition.ui @@ -994,8 +994,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">in</property> - <property name="max_content_width">150</property> - <property name="max_content_height">300</property> <child> <object class="GtkViewport"> <property name="visible">True</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
