diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-23 09:13:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-23 12:29:42 +0100 |
commit | af1cac1fd5cdab9ce02332eb41d1cdbdbde98bf3 (patch) | |
tree | 857af015cd4499869ca1e11acfbd5377225dcc91 /sd/uiconfig | |
parent | bc023edb6a8c9d4179ce18b1f6cec990d0107201 (diff) |
Related: tdf#118764 last of the GtkCheckButtons with can-focus False
Change-Id: I81d3e03a0ccea3851b01d39b2e972b13ef4f6359
Reviewed-on: https://gerrit.libreoffice.org/63869
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/sdraw/ui/paranumberingtab.ui | 4 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/prntopts.ui | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sd/uiconfig/sdraw/ui/paranumberingtab.ui b/sd/uiconfig/sdraw/ui/paranumberingtab.ui index a2c4b18e9424..b3fa29eaeecb 100644 --- a/sd/uiconfig/sdraw/ui/paranumberingtab.ui +++ b/sd/uiconfig/sdraw/ui/paranumberingtab.ui @@ -29,7 +29,7 @@ <object class="GtkCheckButton" id="checkbuttonCB_NEW_START"> <property name="label" translatable="yes" context="paranumberingtab|checkbuttonCB_NEW_START">R_estart at this paragraph</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> @@ -59,7 +59,7 @@ <property name="label" translatable="yes" context="paranumberingtab|checkbuttonCB_NUMBER_NEW_START">S_tart with:</property> <property name="visible">True</property> <property name="sensitive">False</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="halign">start</property> <property name="margin_left">12</property> diff --git a/sd/uiconfig/simpress/ui/prntopts.ui b/sd/uiconfig/simpress/ui/prntopts.ui index 4ff1efd84192..80660d699081 100644 --- a/sd/uiconfig/simpress/ui/prntopts.ui +++ b/sd/uiconfig/simpress/ui/prntopts.ui @@ -36,7 +36,7 @@ <object class="GtkCheckButton" id="pagenmcb"> <property name="label" translatable="yes" context="prntopts|pagenmcb">_Page name</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> @@ -53,7 +53,7 @@ <object class="GtkCheckButton" id="datecb"> <property name="label" translatable="yes" context="prntopts|datecb">D_ate</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> @@ -70,7 +70,7 @@ <object class="GtkCheckButton" id="timecb"> <property name="label" translatable="yes" context="prntopts|timecb">Ti_me</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> @@ -87,7 +87,7 @@ <object class="GtkCheckButton" id="hiddenpgcb"> <property name="label" translatable="yes" context="prntopts|hiddenpgcb">H_idden 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> @@ -217,7 +217,7 @@ <object class="GtkCheckButton" id="papertryfrmprntrcb"> <property name="label" translatable="yes" context="prntopts|papertryfrmprntrcb">Paper tray from printer s_ettings</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> @@ -240,7 +240,7 @@ <object class="GtkCheckButton" id="frontcb"> <property name="label" translatable="yes" context="prntopts|frontcb">Fr_ont</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> @@ -259,7 +259,7 @@ <object class="GtkCheckButton" id="backcb"> <property name="label" translatable="yes" context="prntopts|backcb">Ba_ck</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="margin_left">50</property> <property name="use_underline">True</property> |