diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2019-12-24 16:21:46 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-12-28 06:41:18 +0100 |
commit | c8e88aee3c058c57c96760cfb07a2330639cbc72 (patch) | |
tree | 378546370f1bd8ee85902dd21caa4eec9e7dc903 /sc | |
parent | 8afbdca88d55c06ced483b9b0c63fc8ab532314a (diff) |
tdf#129597: Add missing group property
Change-Id: Icb172fc1e41510f3a2f5caf9a9270bf0dbb9bb4c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85784
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/scgeneralpage.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/scgeneralpage.ui b/sc/uiconfig/scalc/ui/scgeneralpage.ui index 81fa91dadd98..ec6f91db8fd7 100644 --- a/sc/uiconfig/scalc/ui/scgeneralpage.ui +++ b/sc/uiconfig/scalc/ui/scgeneralpage.ui @@ -148,6 +148,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> + <property name="group">alwaysrb</property> </object> <packing> <property name="expand">False</property> @@ -165,6 +166,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> + <property name="group">alwaysrb</property> </object> <packing> <property name="expand">False</property> |