Update changelog ukui-search4.0.1.1-ok0~0419

This commit is contained in:
iaom 2023-04-19 10:56:15 +08:00 committed by cckylin-cibot
parent 760da8a757
commit dce5b4bf25
3 changed files with 28 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ukui-search (4.0.1.1-ok0~0419) yangtze; urgency=medium
* 备注:修复编译问题,重新传包
-- zhangpengfei <zhangpengfei@kylinos.cn> Wed, 19 Apr 2023 10:53:46 +0800
ukui-search (4.0.1.0-ok0~0418build1) yangtze; urgency=medium
* 备注:重新传包

View File

@ -0,0 +1,21 @@
From: iaom <zhangpengfei@kylinos.cn>
Date: Wed, 19 Apr 2023 10:56:15 +0800
Subject: Update changelog ukui-search4.0.1.1-ok0~0419
---
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 &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;
}

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
0001-Update-changelog-ukui-search4.0.1.1-ok0-0419.patch