update changelog for: 4.10.2.12-ok0.2
This commit is contained in:
parent
7b0ce66764
commit
6c885efecb
|
@ -1,3 +1,12 @@
|
||||||
|
ukui-menu (4.10.2.12-ok0.2) nile; urgency=medium
|
||||||
|
|
||||||
|
* Issues: 无
|
||||||
|
* 其他改动:
|
||||||
|
- 修改搜索光标位置不对的bug
|
||||||
|
* 其他改动影响域: 无
|
||||||
|
|
||||||
|
-- youdiansaodongxi <guojiaqi@kylinos.cn> Wed, 30 Oct 2024 10:03:30 +0800
|
||||||
|
|
||||||
ukui-menu (4.10.2.12-ok0.1) nile; urgency=medium
|
ukui-menu (4.10.2.12-ok0.1) nile; urgency=medium
|
||||||
|
|
||||||
* 更新0920维哈克翻译
|
* 更新0920维哈克翻译
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
From: youdiansaodongxi <guojiaqi@kylinos.cn>
|
||||||
|
Date: Wed, 30 Oct 2024 10:08:14 +0800
|
||||||
|
Subject: update changelog for: 4.10.2.12-ok0.2
|
||||||
|
|
||||||
|
---
|
||||||
|
qml/AppUI/SearchInputBar.qml | 3 ++-
|
||||||
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/qml/AppUI/SearchInputBar.qml b/qml/AppUI/SearchInputBar.qml
|
||||||
|
index 364090b..d360a29 100644
|
||||||
|
--- a/qml/AppUI/SearchInputBar.qml
|
||||||
|
+++ b/qml/AppUI/SearchInputBar.qml
|
||||||
|
@@ -80,7 +80,8 @@ UkuiItems.StyleBackground {
|
||||||
|
id: textInput
|
||||||
|
clip: true
|
||||||
|
anchors.right: clearButton.left
|
||||||
|
- width: parent.width - searchIcon.width - clearButton.width
|
||||||
|
+ width: parent.width - searchIcon.width - clearButton.width -
|
||||||
|
+ searchIcon.anchors.leftMargin - clearButton.anchors.rightMargin
|
||||||
|
height: parent.height
|
||||||
|
selectByMouse: true
|
||||||
|
verticalAlignment: TextInput.AlignVCenter
|
|
@ -1,2 +1,3 @@
|
||||||
0001-Translated-using-Weblate-Uyghur.patch
|
0001-Translated-using-Weblate-Uyghur.patch
|
||||||
0002-Translated-using-Weblate-Kyrgyz.patch
|
0002-Translated-using-Weblate-Kyrgyz.patch
|
||||||
|
0003-update-changelog-for-4.10.2.12-ok0.2.patch
|
||||||
|
|
Loading…
Reference in New Issue