删除无用patch

This commit is contained in:
iaom 2023-05-11 17:57:01 +08:00
parent 4495930a5b
commit 4789530b00
2 changed files with 0 additions and 23 deletions

View File

@ -1,22 +0,0 @@
From: iaom <zhangpengfei@kylinos.cn>
Date: Wed, 26 Apr 2023 11:19:22 +0800
Subject: =?utf-8?b?5pu05pawZGViaWFu5omT5YyF5py65Yi277yM5pu05pawY2hhbmdlbG9n?=
=?utf-8?b?IHVrdWktc2VhcmNoNC4wLjEuMi1vazB+MDQyMQ==?=
---
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 4a9f2cb..8b05454 100644
--- a/frontend/view/result-view-delegate.cpp
+++ b/frontend/view/result-view-delegate.cpp
@@ -38,7 +38,7 @@ void ResultViewDelegate::setSearchKeyword(const QString &regFindKeyWords)
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;
}

View File

@ -1 +0,0 @@
0001-debian-changelog-ukui-search4.0.1.2-ok0-0421.patch