diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-23 09:05:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-23 12:30:00 +0100 |
commit | 01e479272ae419384d2fa088370b52fc7160709f (patch) | |
tree | 7542977e6e43e3d2d10392349ea2ea0455a88008 /sd/uiconfig | |
parent | af1cac1fd5cdab9ce02332eb41d1cdbdbde98bf3 (diff) |
Related: tdf#118764 last of the GtkRadioButtons with can-focus False
Change-Id: I1346478fb8bbb1720ecc6cf7c88407be3b126bf1
Reviewed-on: https://gerrit.libreoffice.org/63867
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/prntopts.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/uiconfig/simpress/ui/prntopts.ui b/sd/uiconfig/simpress/ui/prntopts.ui index 80660d699081..0d24f4969df0 100644 --- a/sd/uiconfig/simpress/ui/prntopts.ui +++ b/sd/uiconfig/simpress/ui/prntopts.ui @@ -144,7 +144,7 @@ <object class="GtkRadioButton" id="pagedefaultrb"> <property name="label" translatable="yes" context="prntopts|pagedefaultrb">Default</property> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> @@ -163,7 +163,7 @@ <object class="GtkRadioButton" id="fittopgrb"> <property name="label" translatable="yes" context="prntopts|fittopgrb">_Fit to page</property> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> @@ -181,7 +181,7 @@ <object class="GtkRadioButton" id="tilepgrb"> <property name="label" translatable="yes" context="prntopts|tilepgrb">_Tile pages</property> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> @@ -199,7 +199,7 @@ <object class="GtkRadioButton" id="brouchrb"> <property name="label" translatable="yes" context="prntopts|brouchrb">B_rochure</property> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> |