Fix player info text anchors
This commit is contained in:
parent
67f40d6a04
commit
90564364a5
1 changed files with 8 additions and 0 deletions
|
@ -54,11 +54,19 @@ SlidePage {
|
|||
}
|
||||
|
||||
PLabel {
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
}
|
||||
text: player.episode_title
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
PLabel {
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
}
|
||||
text: player.podcast_title
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue