diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-14 09:28:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-14 13:37:27 +0200 |
commit | 95e986d6fae4e99ac3f1c66911279ab59a7ac1df (patch) | |
tree | bd24d066255058ac12628e2180d7f2d614876d2d /sfx2/uiconfig | |
parent | 1166d8b60ec0bc26a5a1b08e19ec35e6f518df1c (diff) |
only one of the radiobuttons in a group should be active
Change-Id: I0475bdd0633b54a644e205628577fac18a3af974
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117142
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/linefragment.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/linefragment.ui b/sfx2/uiconfig/ui/linefragment.ui index 6f053a9ef816..5a15f772d7a5 100644 --- a/sfx2/uiconfig/ui/linefragment.ui +++ b/sfx2/uiconfig/ui/linefragment.ui @@ -200,7 +200,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">yes</property> </object> |