删除无用patch
This commit is contained in:
parent
233b950ed7
commit
5b9bde4d74
|
@ -1,21 +0,0 @@
|
|||
From: iaom <zhangpengfei@kylinos.cn>
|
||||
Date: Tue, 29 Nov 2022 14:55:37 +0800
|
||||
Subject: =?utf-8?b?5pu05paw54mI5pys5Y+377yM5pu05paw57yW6K+R5L6d6LWW44CC?=
|
||||
|
||||
---
|
||||
frontend/view/result-view-delegate.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/frontend/view/result-view-delegate.cpp b/frontend/view/result-view-delegate.cpp
|
||||
index 2e151a7..07e8a34 100644
|
||||
--- a/frontend/view/result-view-delegate.cpp
|
||||
+++ b/frontend/view/result-view-delegate.cpp
|
||||
@@ -17,7 +17,7 @@ void ResultViewDelegate::setSearchKeyword(const QString ®FindKeyWords)
|
||||
QSize ResultViewDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const
|
||||
{
|
||||
QSize size = QStyledItemDelegate::sizeHint(option,index);
|
||||
- size.setHeight(size.height() + 10);
|
||||
+ size.setHeight(size.height() + 50);
|
||||
return size;
|
||||
}
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
From: iaom <zhangpengfei@kylinos.cn>
|
||||
Date: Tue, 29 Nov 2022 15:16:44 +0800
|
||||
Subject: =?utf-8?b?6Kej5Yaz57yW6K+R6Zeu6aKYLg==?=
|
||||
|
||||
---
|
||||
ukui-search.pro | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/ukui-search.pro b/ukui-search.pro
|
||||
index 62bfea8..9df4816 100644
|
||||
--- a/ukui-search.pro
|
||||
+++ b/ukui-search.pro
|
||||
@@ -8,7 +8,7 @@ SUBDIRS += $$PWD/libchinese-segmentation \
|
||||
$$PWD/ukui-search-app-data-service \
|
||||
$$PWD/ukui-search-service-dir-manager
|
||||
|
||||
-SUBDIRS += tests
|
||||
+#SUBDIRS += tests
|
||||
|
||||
# The following define makes your compiler emit warnings if you use
|
||||
# any Qt feature that has been marked deprecated (the exact warnings
|
|
@ -1,2 +0,0 @@
|
|||
0001-.patch
|
||||
0002-.patch
|
Loading…
Reference in New Issue