Add support for chapters in episodes
This commit is contained in:
parent
bb20181a77
commit
69c803ab5c
7 changed files with 160 additions and 0 deletions
|
@ -67,6 +67,7 @@ Dialog {
|
|||
PLabel {
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
verticalCenter: parent.verticalCenter
|
||||
margins: 20 * pgst.scalef
|
||||
}
|
||||
|
@ -74,6 +75,7 @@ Dialog {
|
|||
text: modelData
|
||||
color: (index == selectionDialog.selectedIndex || buttonArea.pressed) ? Constants.colors.dialogHighlight : Constants.colors.dialogText
|
||||
font.pixelSize: 30 * pgst.scalef
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
onClicked: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue