删除无用patch

This commit is contained in:
iaom 2023-06-07 15:38:02 +08:00
parent 01bd00c8af
commit 8eb6154292
2 changed files with 0 additions and 22 deletions

View File

@ -1,21 +0,0 @@
From: iaom <zhangpengfei@kylinos.cn>
Date: Tue, 6 Jun 2023 15:31:36 +0800
Subject: Update changelog ukui-search4.0.2.1-ok0
---
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 25db800..48483dc 100644
--- a/frontend/view/result-view-delegate.cpp
+++ b/frontend/view/result-view-delegate.cpp
@@ -39,7 +39,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-Update-changelog-ukui-search4.0.2.1-ok0.patch