diff --git a/ScreenPlay/qml/Installed/ScreenPlayItem.qml b/ScreenPlay/qml/Installed/ScreenPlayItem.qml index dafa418d..64fe3dc9 100644 --- a/ScreenPlay/qml/Installed/ScreenPlayItem.qml +++ b/ScreenPlay/qml/Installed/ScreenPlayItem.qml @@ -177,23 +177,6 @@ Item { bottom: parent.bottom } -// Text { -// id: text1 -// height: 29 -// text: screenTitle -// anchors { -// right: parent.right -// left: parent.left -// top: parent.top -// margins: 10 -// } -// wrapMode: Text.WordWrap - -// color: "#2F2F2F" -// font.pointSize: 9 - -// font.family: "Segoe UI, Roboto" -// } } }