mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 08:49:19 +00:00
fix(ui/modules/Common/Form/DroppableTextArea): map correctly the scrollbar
This commit is contained in:
parent
c4402bf426
commit
7a04c511cb
1 changed files with 4 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue