~carlos-mazieri/ubuntu-filemanager-app/app-devel-pre2

« back to all changes in this revision

Viewing changes to components/PlacesSidebar.qml

  • Committer: Michael Spencer
  • Date: 2014-03-20 17:10:38 UTC
  • mto: This revision was merged to the branch mainline in revision 141.
  • Revision ID: sonrisesoftware@gmail.com-20140320171038-2r9iq60thcc4wf1w
Added bug that is causing the regression and also  fixed arrow icon

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
                    height: units.gu(1.1)
104
104
                    width: height
105
105
 
106
 
                    source: getIcon("arrow")
 
106
                    source: Qt.resolvedUrl("../icons/arrow.png")
107
107
                    opacity: selected && collapsed ? 1 : 0
108
108
 
109
109
                    Behavior on opacity {