summaryrefslogtreecommitdiff
path: root/writerperfect
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 /writerperfect
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 'writerperfect')
-rw-r--r--writerperfect/uiconfig/ui/wpftencodingdialog.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerperfect/uiconfig/ui/wpftencodingdialog.ui b/writerperfect/uiconfig/ui/wpftencodingdialog.ui
index 067cfb72bad3..d0aff9435ac2 100644
--- a/writerperfect/uiconfig/ui/wpftencodingdialog.ui
+++ b/writerperfect/uiconfig/ui/wpftencodingdialog.ui
@@ -28,6 +28,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>
<property name="use_stock">True</property>
<property name="yalign">0.62000000476837158</property>