Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -r85acfb989e40d697550f788b85a1d287b3316728 -r0f7ff0b328197a1737bd33cde56bac95fa98e1eb --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 85acfb989e40d697550f788b85a1d287b3316728) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 0f7ff0b328197a1737bd33cde56bac95fa98e1eb) @@ -43,7 +43,13 @@ // Jira: LEAH-1976-implement-a-simple-video-screen // For testing the rest of code is comment out. // Please uncomment the rest of code later - VideoScreen { id: _video + // VideoScreen { id: _video + // anchors.centerIn: parent + // width : parent.width + // height : parent.height + // } + + AnimationScreen { id: _animationScreen anchors.centerIn: parent width : parent.width height : parent.height