1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Remove no longer used Text

This commit is contained in:
Elias 2019-04-25 13:24:40 +02:00
parent cb79e5a18f
commit 7e28cff32e

View File

@ -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"
// }
}
}