fix(ui/modules/Common/Form/DroppableTextArea): map correctly the scrollbar

This commit is contained in:
Ronan Abhamon 2017-04-24 16:49:32 +02:00
parent c4402bf426
commit 7a04c511cb

View file

@ -72,6 +72,10 @@ Item {
selectByMouse: true
wrapMode: TextArea.Wrap
// Workaround. Without this line, the scrollbar is not linked correctly
// to the text area.
width: parent.width
Component.onCompleted: forceActiveFocus()
Keys.onPressed: {