From 5143de38cffb353a99adf354fab47bbbc66b9df7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 15 Jan 2021 17:22:58 +0000 Subject: remove deprecated [x|y]align property for CheckBoxes and RadioButtons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the gtk default is left aligned, change the vcl one to match and drop the deprecated and unnecessary [x|y]align Unfortunately on load glade's inline preview shows centered alignment, though its "true" preview tool shows left alignment and unsetting and resetting draw-indicator will update the preview to show the alignment which will be used: https://gitlab.gnome.org/GNOME/glade/-/issues/502 See https://gitlab.gnome.org/GNOME/glade/-/merge_requests/110 for my stab at making glade do the right thing. Change-Id: If454e9ce8462e6b271d2423fe7e8a55788e01fac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109487 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- xmlsecurity/uiconfig/ui/securitylevelpage.ui | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/uiconfig/ui/securitylevelpage.ui b/xmlsecurity/uiconfig/ui/securitylevelpage.ui index f5543d1c2341..9c601b4943d9 100644 --- a/xmlsecurity/uiconfig/ui/securitylevelpage.ui +++ b/xmlsecurity/uiconfig/ui/securitylevelpage.ui @@ -23,7 +23,6 @@ Use this setting only if you are certain that all documents that will be opened False True True - 0 True high @@ -46,7 +45,6 @@ Confirmation required before executing macros from untrusted sources. False True True - 0 True high @@ -70,7 +68,6 @@ Unsigned macros are disabled. False True True - 0 True True @@ -94,7 +91,6 @@ All other macros, regardless whether signed or not, are disabled. False True True - 0 True high -- cgit