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 /sd/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 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/sdraw/ui/drawprinteroptions.ui | 5 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/dlgfield.ui | 1 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/impressprinteroptions.ui | 5 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/publishingdialog.ui | 1 |
4 files changed, 0 insertions, 12 deletions
diff --git a/sd/uiconfig/sdraw/ui/drawprinteroptions.ui b/sd/uiconfig/sdraw/ui/drawprinteroptions.ui index 819b8e5669f1..1cbd7f5135d9 100644 --- a/sd/uiconfig/sdraw/ui/drawprinteroptions.ui +++ b/sd/uiconfig/sdraw/ui/drawprinteroptions.ui @@ -124,7 +124,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">originalcolors</property> <child internal-child="accessible"> @@ -146,7 +145,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">originalcolors</property> <child internal-child="accessible"> @@ -222,7 +220,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">originalsize</property> <child internal-child="accessible"> @@ -244,7 +241,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">originalsize</property> <child internal-child="accessible"> @@ -266,7 +262,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">originalsize</property> <child internal-child="accessible"> diff --git a/sd/uiconfig/simpress/ui/dlgfield.ui b/sd/uiconfig/simpress/ui/dlgfield.ui index 7e9c56b60d82..ead70b3c48c0 100644 --- a/sd/uiconfig/simpress/ui/dlgfield.ui +++ b/sd/uiconfig/simpress/ui/dlgfield.ui @@ -122,7 +122,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">fixedRB</property> <child internal-child="accessible"> diff --git a/sd/uiconfig/simpress/ui/impressprinteroptions.ui b/sd/uiconfig/simpress/ui/impressprinteroptions.ui index 429f539a8343..286822874516 100644 --- a/sd/uiconfig/simpress/ui/impressprinteroptions.ui +++ b/sd/uiconfig/simpress/ui/impressprinteroptions.ui @@ -266,7 +266,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">originalcolors</property> <child internal-child="accessible"> @@ -288,7 +287,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">originalcolors</property> <child internal-child="accessible"> @@ -364,7 +362,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">originalsize</property> <child internal-child="accessible"> @@ -386,7 +383,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">originalsize</property> <child internal-child="accessible"> @@ -408,7 +404,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">originalsize</property> <child internal-child="accessible"> diff --git a/sd/uiconfig/simpress/ui/publishingdialog.ui b/sd/uiconfig/simpress/ui/publishingdialog.ui index b0b6a2d06ec5..dc4244b19846 100644 --- a/sd/uiconfig/simpress/ui/publishingdialog.ui +++ b/sd/uiconfig/simpress/ui/publishingdialog.ui @@ -1190,7 +1190,6 @@ <property name="receives_default">False</property> <property name="relief">half</property> <property name="use_underline">True</property> - <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">resolution1Radiobutton</property> <child internal-child="accessible"> |