Comment 2 for bug 1285184

Revision history for this message
MichaƂ Sawicz (saviq) wrote :

Even Text shows that issue, so it's not a UITK but Qt 5.2 issue:

import QtQuick 2.0

Text {
    width: 50
    height: 50
    maximumLineCount: 2
    text: "foo\nfoo"
}