forked from openkylin/ukui-search
删除无用patch
This commit is contained in:
parent
7932944bf4
commit
c0c9c0e2fd
|
@ -1,22 +0,0 @@
|
|||
From: iaom <zhangpengfei@kylinos.cn>
|
||||
Date: Thu, 22 Dec 2022 11:40:51 +0800
|
||||
Subject: =?utf-8?b?5pu05pawY2hhbmdlbG9nLHVrdWktc2VhcmNoMy4yMi4zLjEtb2swfjEy?=
|
||||
=?utf-8?b?MjI=?=
|
||||
|
||||
---
|
||||
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 +0,0 @@
|
|||
0001-changelog-ukui-search3.22.3.1-ok0-1222.patch
|
Loading…
Reference in New Issue