summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-02 13:22:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-05 14:43:18 +0200
commit68961653f9af29b332039e50459e29d33c623013 (patch)
tree4add04600b2fec881ce4eef4c28939c7f85bd4b4 /uui
parent9742c9e40fc2e104eaa806b8f02014055d37ed68 (diff)
lint-ui: validate has_default and can_default
check that if a widget has has_default=='True', then it also has can_default=='True' Change-Id: Ie51d9d8fff6d7cc0cc42a09331f59e7ef6d559be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103834 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'uui')
-rw-r--r--uui/uiconfig/ui/simplenameclash.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/uui/uiconfig/ui/simplenameclash.ui b/uui/uiconfig/ui/simplenameclash.ui
index 9c5f39213e0c..04d0bb16ef8f 100644
--- a/uui/uiconfig/ui/simplenameclash.ui
+++ b/uui/uiconfig/ui/simplenameclash.ui
@@ -56,6 +56,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_default">True</property>
+ <property name="can_default">True</property>
<property name="receives_default">True</property>
</object>
<packing>