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 --- extensions/uiconfig/sabpilot/ui/datasourcepage.ui | 2 -- extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui | 2 -- extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui | 2 -- extensions/uiconfig/sabpilot/ui/selecttypepage.ui | 7 ------- extensions/uiconfig/scanner/ui/sanedialog.ui | 2 -- extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui | 1 - 6 files changed, 16 deletions(-) (limited to 'extensions') diff --git a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui index 66d12fb57f9b..942653057d24 100644 --- a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui +++ b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui @@ -45,7 +45,6 @@ Now, just enter the name under which you want to register the data source in %PR True False True - 0 True @@ -129,7 +128,6 @@ Now, just enter the name under which you want to register the data source in %PR True False True - 0 True diff --git a/extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui b/extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui index 4cfdf125fd8c..140b926eb98c 100644 --- a/extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui +++ b/extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui @@ -41,7 +41,6 @@ True False True - 0 True True @@ -82,7 +81,6 @@ True False True - 0 True True defaultselectionyes diff --git a/extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui b/extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui index 718ae4a246a6..e701b9827865 100644 --- a/extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui +++ b/extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui @@ -67,7 +67,6 @@ True False True - 0 True True @@ -83,7 +82,6 @@ True False True - 0 True yesRadiobutton diff --git a/extensions/uiconfig/sabpilot/ui/selecttypepage.ui b/extensions/uiconfig/sabpilot/ui/selecttypepage.ui index 490ea7036297..fe48c96d9cfc 100644 --- a/extensions/uiconfig/sabpilot/ui/selecttypepage.ui +++ b/extensions/uiconfig/sabpilot/ui/selecttypepage.ui @@ -44,7 +44,6 @@ This wizard helps you create the data source. True False True - 0 True True @@ -65,7 +64,6 @@ This wizard helps you create the data source. True False True - 0 True evolution @@ -86,7 +84,6 @@ This wizard helps you create the data source. True False True - 0 True evolution @@ -107,7 +104,6 @@ This wizard helps you create the data source. True False True - 0 True evolution @@ -128,7 +124,6 @@ This wizard helps you create the data source. True False True - 0 True evolution @@ -149,7 +144,6 @@ This wizard helps you create the data source. True False True - 0 True evolution @@ -170,7 +164,6 @@ This wizard helps you create the data source. True False True - 0 True evolution diff --git a/extensions/uiconfig/scanner/ui/sanedialog.ui b/extensions/uiconfig/scanner/ui/sanedialog.ui index b16a241779b4..2fedc52925f4 100644 --- a/extensions/uiconfig/scanner/ui/sanedialog.ui +++ b/extensions/uiconfig/scanner/ui/sanedialog.ui @@ -432,7 +432,6 @@ True False True - 0 right True @@ -572,7 +571,6 @@ True False True - 0 True diff --git a/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui b/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui index 4d69e3793009..00c5c8fd160c 100644 --- a/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui +++ b/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui @@ -168,7 +168,6 @@ True False True - 0 right True -- cgit