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 f496a91e59
commit 2e820dbdef

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