diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-12 16:51:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-13 09:55:53 +0200 |
commit | fe0ad0b9b8d8897e4b7ca5bc6e0eedcd2c96e6fd (patch) | |
tree | 36402a63a3740467396688098e253f844200625f /cui | |
parent | 50202505b1087f29e7772436d0c52f5d8550ca29 (diff) |
fix position page radio groups and focus
Change-Id: I1206ad75fa30561bd1498c0418c1948ba890832f
Reviewed-on: https://gerrit.libreoffice.org/60416
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/positionpage.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/positionpage.ui b/cui/uiconfig/ui/positionpage.ui index 0e0c731d7b67..987064ff1dc8 100644 --- a/cui/uiconfig/ui/positionpage.ui +++ b/cui/uiconfig/ui/positionpage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.4 --> +<!-- Generated with glade 3.22.1 --> <interface domain="cui"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> @@ -82,8 +82,8 @@ <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> + <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">subscript</property> </object> <packing> <property name="expand">False</property> @@ -99,8 +99,8 @@ <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> - <property name="active">True</property> <property name="draw_indicator">True</property> + <property name="group">normal</property> </object> <packing> <property name="expand">False</property> @@ -493,7 +493,7 @@ <child> <object class="GtkScrolledWindow"> <property name="visible">True</property> - <property name="can_focus">True</property> + <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="shadow_type">in</property> |