diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-15 20:34:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-16 16:02:24 +0100 |
commit | 63fef8576efd2c63cea461a979117569f3603b74 (patch) | |
tree | efd81059fb9a04d96c9262164573bd80ac749a95 /sfx2 | |
parent | 7bd729a65d7e7a7539bf4383d656667ed227cc91 (diff) |
remove apparently bogus yaligns of 0 from cmisline RadioButtons
Change-Id: I753128047672831329ba5dff25dda005dfca4d5c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109421
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/cmisline.ui | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/cmisline.ui b/sfx2/uiconfig/ui/cmisline.ui index 8d4041bafa40..88b32d585ab1 100644 --- a/sfx2/uiconfig/ui/cmisline.ui +++ b/sfx2/uiconfig/ui/cmisline.ui @@ -62,7 +62,6 @@ <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> - <property name="yalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> </object> @@ -78,7 +77,6 @@ <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> - <property name="yalign">0</property> <property name="draw_indicator">True</property> <property name="group">yes</property> </object> |