diff --git a/debian/changelog b/debian/changelog index d23be38aece9e6a393a0902323ac31fea8ecb3fc..bcba4750c8f26c2780fe6dcfca204da0e5ed6bf8 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/qml/AppUI/SearchInputBar.qml b/qml/AppUI/SearchInputBar.qml index 364090b2ee8b1ed6f72c89f0d6d5719c480b6dd5..d360a299b1f23be0dfeddb173c7f78be9d740995 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