diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-02 15:24:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-02 18:41:37 +0200 |
commit | 64f7cda6e66de8e2e9af3c5f69fd13126681291c (patch) | |
tree | f06ec0c2ab1a19be8d94becd20752eaf29b4ffff /cui/uiconfig/ui | |
parent | a31108871047a3815c5156b8eca2734dd0f54c64 (diff) |
only one of the group should be active
Change-Id: Ibbd8d5e3a1ca78c632997e1372eb0c88ff0cd954
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116614
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui')
-rw-r--r-- | cui/uiconfig/ui/insertoleobject.ui | 3 | ||||
-rw-r--r-- | cui/uiconfig/ui/qrcodegen.ui | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/insertoleobject.ui b/cui/uiconfig/ui/insertoleobject.ui index 1ab52c942bf8..799799626c23 100644 --- a/cui/uiconfig/ui/insertoleobject.ui +++ b/cui/uiconfig/ui/insertoleobject.ui @@ -102,8 +102,8 @@ <property name="can-focus">True</property> <property name="receives-default">False</property> <property name="use-underline">True</property> + <property name="active">True</property> <property name="draw-indicator">True</property> - <property name="group">createfromfile</property> </object> <packing> <property name="expand">False</property> @@ -118,7 +118,6 @@ <property name="can-focus">True</property> <property name="receives-default">False</property> <property name="use-underline">True</property> - <property name="active">True</property> <property name="draw-indicator">True</property> <property name="group">createnew</property> </object> diff --git a/cui/uiconfig/ui/qrcodegen.ui b/cui/uiconfig/ui/qrcodegen.ui index 253cde02abb3..51a71f7c39d7 100644 --- a/cui/uiconfig/ui/qrcodegen.ui +++ b/cui/uiconfig/ui/qrcodegen.ui @@ -242,7 +242,6 @@ <property name="can-focus">True</property> <property name="receives-default">False</property> <property name="use-underline">True</property> - <property name="active">True</property> <property name="draw-indicator">True</property> <property name="group">button_low</property> <accessibility> @@ -266,7 +265,6 @@ <property name="can-focus">True</property> <property name="receives-default">False</property> <property name="use-underline">True</property> - <property name="active">True</property> <property name="draw-indicator">True</property> <property name="group">button_low</property> <accessibility> @@ -290,7 +288,6 @@ <property name="can-focus">True</property> <property name="receives-default">False</property> <property name="use-underline">True</property> - <property name="active">True</property> <property name="draw-indicator">True</property> <property name="group">button_low</property> <accessibility> |