diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-05 10:58:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-10-05 18:33:18 +0200 |
commit | c9e3952e76a9c06d5a1d2f583829ce9eb5b9df64 (patch) | |
tree | 5836f1536e46207f036c97635cd632ae9dbea455 /dbaccess/uiconfig | |
parent | 96fa2f494560bcc90584a458438db688b7f0aa88 (diff) |
lint-ui: check that we only have one has_default==True
Change-Id: Ic61e14c3b98a85a5f05b448db9805ac296c041ec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103953
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r-- | dbaccess/uiconfig/ui/collectionviewdialog.ui | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/uiconfig/ui/collectionviewdialog.ui b/dbaccess/uiconfig/ui/collectionviewdialog.ui index 0ffb48584773..73302a721fe9 100644 --- a/dbaccess/uiconfig/ui/collectionviewdialog.ui +++ b/dbaccess/uiconfig/ui/collectionviewdialog.ui @@ -66,7 +66,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> @@ -135,7 +134,6 @@ <property name="can_focus">True</property> <property name="focus_on_click">False</property> <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="collectionviewdialog|newFolderButton|tooltip_text">Create New Directory</property> <property name="image">image1</property> @@ -152,7 +150,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="collectionviewdialog|upButton|tooltip_text">Up One Level</property> <property name="image">image2</property> |