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 --- fpicker/uiconfig/ui/explorerfiledialog.ui | 7 ------- 1 file changed, 7 deletions(-) (limited to 'fpicker/uiconfig/ui') diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui b/fpicker/uiconfig/ui/explorerfiledialog.ui index 69cce298755c..c947771e0e6a 100644 --- a/fpicker/uiconfig/ui/explorerfiledialog.ui +++ b/fpicker/uiconfig/ui/explorerfiledialog.ui @@ -679,7 +679,6 @@ start True True - 0 True @@ -701,7 +700,6 @@ True False True - 0 True @@ -715,7 +713,6 @@ True False True - 0 True @@ -729,7 +726,6 @@ True False True - 0 True @@ -744,7 +740,6 @@ True False True - 0 True @@ -785,7 +780,6 @@ True False True - 0 True @@ -799,7 +793,6 @@ True False True - 0 True -- cgit