Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.3.0, 5.3.1
-
Ubuntu 12.04 64-bit
-
63e6c9ada82dc8f16e705cef5f89292784b7ace4 6e883c535b91c55289d54aa639199ca0a4decaec
Description
import QtQuick 2.2 import QtQuick.Controls 1.0 Rectangle { width: 100 height: 100 Text { text: "100" y: 10.5 x: 10.5 } Label { text: "100" y: 25.5 x: 25.5 } Label { text: "100" y: 40 x: 40 } }