Friendiqa v0.2

This commit is contained in:
LubuWest 2018-02-23 21:55:04 +01:00
parent b9380f1bc5
commit 3224f19c25
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -107,6 +107,7 @@ Rectangle {
wrapMode: Text.Wrap wrapMode: Text.Wrap
anchors.fill: parent anchors.fill: parent
selectByMouse: true selectByMouse: true
onHeightChanged: newsView.contentY+=4.5*mm
} }
} }

View file

@ -107,6 +107,7 @@ Rectangle {
wrapMode: Text.Wrap wrapMode: Text.Wrap
anchors.fill: parent anchors.fill: parent
selectByMouse: true selectByMouse: true
onHeightChanged: newsView.contentY+=4.5*mm
} }
} }