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 --- svtools/uiconfig/ui/placeedit.ui | 2 -- 1 file changed, 2 deletions(-) (limited to 'svtools/uiconfig/ui/placeedit.ui') diff --git a/svtools/uiconfig/ui/placeedit.ui b/svtools/uiconfig/ui/placeedit.ui index 8063acdf2d9c..08f1890ed71f 100644 --- a/svtools/uiconfig/ui/placeedit.ui +++ b/svtools/uiconfig/ui/placeedit.ui @@ -238,7 +238,6 @@ False True True - 0 True @@ -425,7 +424,6 @@ True False True - 0 True -- cgit