diff --git a/debian/changelog b/debian/changelog index d23be38..bcba475 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ukui-menu (4.10.2.12-ok0.2) nile; urgency=medium + + * Issues: 无 + * 其他改动: + - 修改搜索光标位置不对的bug + * 其他改动影响域: 无 + + -- youdiansaodongxi Wed, 30 Oct 2024 10:03:30 +0800 + ukui-menu (4.10.2.12-ok0.1) nile; urgency=medium * 更新0920维哈克翻译 diff --git a/debian/patches/0003-update-changelog-for-4.10.2.12-ok0.2.patch b/debian/patches/0003-update-changelog-for-4.10.2.12-ok0.2.patch new file mode 100644 index 0000000..c62437f --- /dev/null +++ b/debian/patches/0003-update-changelog-for-4.10.2.12-ok0.2.patch @@ -0,0 +1,22 @@ +From: youdiansaodongxi +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 diff --git a/debian/patches/series b/debian/patches/series index 9cd8c47..50878bd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 0001-Translated-using-Weblate-Uyghur.patch 0002-Translated-using-Weblate-Kyrgyz.patch +0003-update-changelog-for-4.10.2.12-ok0.2.patch