diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-13 16:02:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-14 00:43:48 +0200 |
commit | b31ed9dc1d3a8a93f924d10cd441cf756847cc5f (patch) | |
tree | 2f2e0344eea874e9b3dd6d609a289c748b4a27df /cui/uiconfig/ui/personalization_tab.ui | |
parent | 066ad8cfcdf570c0d14f3de379adfa6c3c196518 (diff) |
look for radio buttons without underlines
Change-Id: I0ed97515a03a5633628a492ec7797fc3ade8a3d8
Reviewed-on: https://gerrit.libreoffice.org/52846
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/personalization_tab.ui')
-rw-r--r-- | cui/uiconfig/ui/personalization_tab.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/personalization_tab.ui b/cui/uiconfig/ui/personalization_tab.ui index 717e5c3ace18..eb2338232521 100644 --- a/cui/uiconfig/ui/personalization_tab.ui +++ b/cui/uiconfig/ui/personalization_tab.ui @@ -32,6 +32,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">default_persona</property> @@ -48,6 +49,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">own_persona</property> @@ -120,6 +122,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">no_persona</property> |