mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix layout
This commit is contained in:
parent
43328e810d
commit
fe118766a3
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user