forked from openkylin/ukui-search
删除无用patch
This commit is contained in:
parent
22231d191c
commit
30e28560f5
|
@ -1,21 +0,0 @@
|
|||
From: iaom <zhangpengfei@kylinos.cn>
|
||||
Date: Tue, 18 Apr 2023 17:50:37 +0800
|
||||
Subject: =?utf-8?b?5pu05pawY2hhbmdlbG9n6YeN5paw5Lyg5YyF?=
|
||||
|
||||
---
|
||||
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 ®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.patch
|
Loading…
Reference in New Issue