From fcf0d983801603250aa7ce4539951c6b049ad079 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 14 Nov 2021 16:23:34 +0000 Subject: add a rule to enforce always-show-image of True if an image is used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If not set, then gtk3 will show the image if there is no text, but only the text if there's an image. For simplicity sake just enforce it as true if an image is referenced. Change-Id: Id4bb9140ba83e7e07e0d8ec5e3c29aece49b9087 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125200 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svtools/uiconfig/ui/placeedit.ui | 1 + 1 file changed, 1 insertion(+) (limited to 'svtools/uiconfig/ui/placeedit.ui') diff --git a/svtools/uiconfig/ui/placeedit.ui b/svtools/uiconfig/ui/placeedit.ui index 08f1890ed71f..1339f1932a48 100644 --- a/svtools/uiconfig/ui/placeedit.ui +++ b/svtools/uiconfig/ui/placeedit.ui @@ -378,6 +378,7 @@ True True image1 + True False -- cgit