aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data/contentHeight.qml
blob: 472e97078efb60be842eeaf753abbcb61974cb8d (plain)
1
2
3
4
5
6
7
import QtQuick 2.9

Text{
    width: 200
    height: contentHeight
    text: ''
}