Improve section header

This commit is contained in:
Thomas Perl 2015-03-16 21:59:29 +01:00
parent bfb22d0d3f
commit ad275cf1fb
2 changed files with 22 additions and 4 deletions

View file

@ -44,6 +44,10 @@ SlidePage {
title: 'Episodes'
section.property: 'section'
section.delegate: SectionHeader { text: section }
section.delegate: SectionHeader {
text: section
color: episodeList.selectedIndex === -1 ? Constants.colors.secondaryHighlight : Constants.colors.text
opacity: episodeList.selectedIndex === -1 ? 1 : 0.2
}
}
}