diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-15 17:22:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-21 20:37:49 +0100 |
commit | 5143de38cffb353a99adf354fab47bbbc66b9df7 (patch) | |
tree | aa567fb76140647c893c082f44b12a68e9599cbc /sw/uiconfig/swriter/ui/tocentriespage.ui | |
parent | f9b2db53b111d59f3cf9704ab49321e148616897 (diff) |
remove deprecated [x|y]align property for CheckBoxes and RadioButtons
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 <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/tocentriespage.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/tocentriespage.ui | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/uiconfig/swriter/ui/tocentriespage.ui b/sw/uiconfig/swriter/ui/tocentriespage.ui index f9ddbc997cd1..585a84bbaa30 100644 --- a/sw/uiconfig/swriter/ui/tocentriespage.ui +++ b/sw/uiconfig/swriter/ui/tocentriespage.ui @@ -377,7 +377,6 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="alignright-atkobject"> @@ -749,7 +748,6 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="reltostyle-atkobject"> @@ -770,7 +768,6 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="commasep-atkobject"> @@ -791,7 +788,6 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="alphadelim-atkobject"> @@ -876,7 +872,6 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">sortcontents</property> @@ -898,7 +893,6 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">sortpos</property> <child internal-child="accessible"> @@ -1043,7 +1037,6 @@ <property name="tooltip_text" translatable="yes" context="tocentriespage|up1cb|tooltip_text">Ascending</property> <property name="image">image1</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> <child internal-child="accessible"> @@ -1065,7 +1058,6 @@ <property name="tooltip_text" translatable="yes" context="tocentriespage|down1cb|tooltip_text">Descending</property> <property name="image">image2</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">up1cb</property> <child internal-child="accessible"> @@ -1087,7 +1079,6 @@ <property name="tooltip_text" translatable="yes" context="tocentriespage|up2cb|tooltip_text">Ascending</property> <property name="image">image3</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> <child internal-child="accessible"> @@ -1109,7 +1100,6 @@ <property name="tooltip_text" translatable="yes" context="tocentriespage|up3cb|tooltip_text">Ascending</property> <property name="image">image4</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> <child internal-child="accessible"> @@ -1131,7 +1121,6 @@ <property name="tooltip_text" translatable="yes" context="tocentriespage|down2cb|tooltip_text">Descending</property> <property name="image">image5</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">up2cb</property> <child internal-child="accessible"> @@ -1153,7 +1142,6 @@ <property name="tooltip_text" translatable="yes" context="tocentriespage|down3cb|tooltip_text">Descending</property> <property name="image">image6</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">up3cb</property> <child internal-child="accessible"> |