1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix layout

This commit is contained in:
kelteseth 2018-11-05 11:42:44 +01:00
parent 43328e810d
commit fe118766a3

View File

@ -71,7 +71,7 @@ Item {
font.family: "Roboto"
anchors{
top:parent.top
topMargin: 3
topMargin: 0
left:parent.left
leftMargin: 30
}
@ -104,7 +104,7 @@ Item {
PropertyChanges {
target: txtHeadline
anchors.topMargin: 3
anchors.topMargin: 0
opacity: 1
}
}