Update changelog ukui-search3.22.4.1-ok0~0105

This commit is contained in:
iaom 2023-01-05 10:52:04 +08:00 committed by cckylin-cibot
parent 94582d6ed1
commit 3664aefd15
3 changed files with 37 additions and 0 deletions

15
debian/changelog vendored
View File

@ -1,3 +1,18 @@
ukui-search (3.22.4.1-ok0~0105) yangtze; urgency=medium
* Issues:https://gitee.com/openkylin/ukui-search/issues/I64CCY?from=project-issue
* 其他改动:
- 增加文件监听对unmount信号的处理。
- 更新设置搜索接口,解决设置搜索不准确的问题。
- 解决在目录发生变动时,控制面板索引目录选择页面为更新的问题。
- 解决了一些内存泄露问题。
- 解决系统字体变化时UI未能及时更新的问题。
- 增加桌面小插件不随系统缩放更改尺寸的特性。
* 其他改动影响域:
- 全局搜索UI文件索引功能设置项搜索功能;桌面搜索插件;控制面板搜索设置页。
-- zhangpengfei <zhangpengfei@kylinos.cn> Thu, 05 Jan 2023 10:43:22 +0800
ukui-search (3.22.3.1-ok0~1222) yangtze; urgency=medium
* Issues:NULL

View File

@ -0,0 +1,21 @@
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 &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-search3.22.4.1-ok0-0105.patch