From 3d056824c687df567c05bf31554fa40ea2baef18 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 6 Oct 2020 16:19:19 +0200 Subject: Revert "lint-ui: check that we only have one has_default==True" This reverts commit c9e3952e76a9c06d5a1d2f583829ce9eb5b9df64. Reason for revert: Some of the code manipulates visibility programmatically, and it is quite fine to has more than one has_default if only one of them is visible at a time. Change-Id: Ia4f565c7d21d232d3038c3489952782c8e2a7be5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103977 Tested-by: Noel Grandin Reviewed-by: Noel Grandin --- dbaccess/uiconfig/ui/collectionviewdialog.ui | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dbaccess/uiconfig') diff --git a/dbaccess/uiconfig/ui/collectionviewdialog.ui b/dbaccess/uiconfig/ui/collectionviewdialog.ui index 73302a721fe9..0ffb48584773 100644 --- a/dbaccess/uiconfig/ui/collectionviewdialog.ui +++ b/dbaccess/uiconfig/ui/collectionviewdialog.ui @@ -66,6 +66,7 @@ True True True + True True True @@ -134,6 +135,7 @@ True False True + True True Create New Directory image1 @@ -150,6 +152,7 @@ True True True + True True Up One Level image2 -- cgit