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

« back to all changes in this revision

Viewing changes to ui/FolderListPage.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:
374
374
 
375
375
        Item {
376
376
            id: pathItem
377
 
            // TODO: Uncomment after re-enabling tab support
 
377
            // TODO: Uncomment after re-enabling tab support (caused by lp:1295242)
378
378
            width: folderListPage.width - units.gu(31)//folderListPage.width - units.gu(37)
379
379
            height: units.gu(5)
380
380
            anchors.verticalCenter: parent.verticalCenter
427
427
            }
428
428
        }
429
429
 
430
 
        // TODO: Uncomment after re-enabling tab support
 
430
        // TODO: Uncomment after re-enabling tab support (caused by lp:1295242)
431
431
//        ToolbarButton {
432
432
//            id: tabsButton
433
433
//            objectName: "tabs"