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:
Thomas Lübking 2015-01-29 00:51:14 +01:00
parent e3768b4355
commit 49fa157f0f

View file

@ -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