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
icc-effect-5.14.5
Thomas Lübking 2015-01-29 00:51:14 +01:00
parent f496a91e59
commit 2e820dbdef
1 changed files with 1 additions and 1 deletions

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