fix(AppUI):修改搜索框输入内容与左侧图标距离过近的bug
This commit is contained in:
parent
bb6861fd2f
commit
df9a2c1820
|
@ -80,7 +80,8 @@ UkuiItems.StyleBackground {
|
||||||
id: textInput
|
id: textInput
|
||||||
clip: true
|
clip: true
|
||||||
anchors.right: clearButton.left
|
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
|
height: parent.height
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
verticalAlignment: TextInput.AlignVCenter
|
verticalAlignment: TextInput.AlignVCenter
|
||||||
|
|
Loading…
Reference in New Issue