删除无用patch
This commit is contained in:
parent
eb89486427
commit
a2ef83f9d8
|
@ -1,22 +0,0 @@
|
|||
From: iaom <zhangpengfei@kylinos.cn>
|
||||
Date: Wed, 7 Jun 2023 16:42:34 +0800
|
||||
Subject: =?utf-8?b?5aKe5Yqg5a6J6KOF5Lik5Liq57+76K+R5paH5Lu277yM5pu05pawY2hh?=
|
||||
=?utf-8?b?bmdlbG9nIHVrdWktc2VhcmNoNC4wLjIuMi1vazA=?=
|
||||
|
||||
---
|
||||
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 ®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 +0,0 @@
|
|||
0001-changelog-ukui-search4.0.2.2-ok0.patch
|
Loading…
Reference in New Issue