~nik90/podbird/10-organize-project-structure

« back to all changes in this revision

Viewing changes to app/components/CustomScrollBar.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2015-04-22 23:06:03 UTC
  • mfrom: (69.1.4 podbird)
  • Revision ID: krnekhelesh@gmail.com-20150422230603-zmxhg71ckbt35njv
MergedĀ lp:podbird

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
    anchors.right: parent.right
28
28
    anchors.rightMargin: units.gu(0.5)
29
 
    color: podbird.theme.focusText
 
29
    color: podbird.appTheme.focusText
30
30
    radius: width
31
31
    width: units.dp(4)
32
32
    visible: listview.moving && listview.contentHeight > listview.height