删除无用patch
This commit is contained in:
parent
4e75e57775
commit
8f0f94d49f
|
@ -1,21 +0,0 @@
|
|||
From: iaom <zhangpengfei@kylinos.cn>
|
||||
Date: Thu, 5 Jan 2023 10:52:04 +0800
|
||||
Subject: Update changelog ukui-search3.22.4.1-ok0~0105
|
||||
|
||||
---
|
||||
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 e5b8de3..667e102 100644
|
||||
--- a/frontend/view/result-view-delegate.cpp
|
||||
+++ b/frontend/view/result-view-delegate.cpp
|
||||
@@ -19,7 +19,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-Update-changelog-ukui-search3.22.4.1-ok0-0105.patch
|
Loading…
Reference in New Issue