1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01: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" font.family: "Roboto"
anchors{ anchors{
top:parent.top top:parent.top
topMargin: 3 topMargin: 0
left:parent.left left:parent.left
leftMargin: 30 leftMargin: 30
} }
@ -104,7 +104,7 @@ Item {
PropertyChanges { PropertyChanges {
target: txtHeadline target: txtHeadline
anchors.topMargin: 3 anchors.topMargin: 0
opacity: 1 opacity: 1
} }
} }