diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-13 13:14:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-13 21:31:22 +0100 |
commit | 5504dcc6987ffb41e9077d468df42c6af94c38ea (patch) | |
tree | 57b5b04c75bf6665e6ac0ccfac267a84327fe3e2 /sw | |
parent | bd23e1dd6b3a36f7a04e84dd51ceaecee0984f51 (diff) |
set welded enties to activates-default
cause the vcl ones are equivalent to this so less change
Change-Id: I60d9ba5faab6c133242b002b81fa8e4747a92383
Reviewed-on: https://gerrit.libreoffice.org/51220
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 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/insertbreak.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/inserttable.ui | 4 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/stringinput.ui | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/insertbreak.ui b/sw/uiconfig/swriter/ui/insertbreak.ui index 27080a264194..79f1109f4d39 100644 --- a/sw/uiconfig/swriter/ui/insertbreak.ui +++ b/sw/uiconfig/swriter/ui/insertbreak.ui @@ -222,7 +222,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> - <property name="invisible_char">●</property> + <property name="activates_default">True</property> <property name="adjustment">adjustment1</property> <accessibility> <relation type="labelled-by" target="pagenumcb"/> diff --git a/sw/uiconfig/swriter/ui/inserttable.ui b/sw/uiconfig/swriter/ui/inserttable.ui index 06fe7b8f7b9c..c436a72b5357 100644 --- a/sw/uiconfig/swriter/ui/inserttable.ui +++ b/sw/uiconfig/swriter/ui/inserttable.ui @@ -123,6 +123,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> + <property name="activates_default">True</property> <property name="shadow_type">out</property> </object> <packing> @@ -164,6 +165,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> + <property name="activates_default">True</property> <property name="shadow_type">none</property> <property name="progress_pulse_step">1</property> <property name="adjustment">adjustment1</property> @@ -194,6 +196,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> + <property name="activates_default">True</property> <property name="shadow_type">out</property> <property name="progress_pulse_step">1</property> <property name="adjustment">adjustment2</property> @@ -304,6 +307,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> + <property name="activates_default">True</property> <property name="progress_pulse_step">1</property> <property name="adjustment">adjustment3</property> <property name="climb_rate">1</property> diff --git a/sw/uiconfig/swriter/ui/stringinput.ui b/sw/uiconfig/swriter/ui/stringinput.ui index 4208dec616b4..ca96907052ea 100644 --- a/sw/uiconfig/swriter/ui/stringinput.ui +++ b/sw/uiconfig/swriter/ui/stringinput.ui @@ -87,7 +87,7 @@ <object class="GtkEntry" id="edit"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">•</property> + <property name="activates_default">True</property> <property name="width_chars">30</property> </object> <packing> |