do not wrap text in deco button drag source
The text cannot be aligned to the icon (makes it move around when dragging the icon) nor can we just allocate two line (makes single lines detached from the icon) BUG: 343411 REVIEW: 122301 FIXED-IN: 5.2.1
This commit is contained in:
parent
e3768b4355
commit
49fa157f0f
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ Item {
|
|||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
elide: Text.ElideRight
|
||||
wrapMode: Text.Wrap
|
||||
wrapMode: Text.NoWrap
|
||||
}
|
||||
MouseArea {
|
||||
id: dragArea
|
||||
|
|
Loading…
Reference in a new issue