Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
4.6.2
-
None
-
Ubuntu / Karmic, Qt Creator 1.3.1
-
91e69bbc1f390e4da209281d44f734b3d63e8e0f
Description
AnimatedImage element ignores anchors setting.
Example:
Rectangle {
width: 800;
height: 480;
color: "black";
AnimatedImage
{ source: "images/loading.gif"; anchors.verticalCenter: parent.verticalCenter; anchors.horizontalCenter: parent.horizontalCenter; smooth: true; }}