diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-14 10:05:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-14 13:36:06 +0200 |
commit | d1ea8ec1bb4540129a045f6a882a633d3883ae0c (patch) | |
tree | 37db51d35aeecf6146b1ff41e4adf6d9801776b4 /sc | |
parent | 533549294f93e3a530facef038bbae130afce783 (diff) |
set the active button as group leader
Change-Id: Ia3c99d03a9affec493e445bc7edf83be4d333677
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117139
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/datastreams.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/uiconfig/scalc/ui/datastreams.ui b/sc/uiconfig/scalc/ui/datastreams.ui index 74b321a104dd..d3e20aaabac6 100644 --- a/sc/uiconfig/scalc/ui/datastreams.ui +++ b/sc/uiconfig/scalc/ui/datastreams.ui @@ -295,6 +295,7 @@ <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> + <property name="group">rangedown</property> </object> <packing> <property name="expand">False</property> @@ -311,7 +312,6 @@ <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">datadown</property> </object> <packing> <property name="expand">False</property> @@ -327,7 +327,7 @@ <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> - <property name="group">datadown</property> + <property name="group">rangedown</property> </object> <packing> <property name="expand">False</property> |