~osomon/webbrowser-app/itemSelector

« back to all changes in this revision

Viewing changes to src/Ubuntu/Browser/ItemSelector.qml

  • Committer: Olivier Tilloy
  • Date: 2013-03-21 16:44:04 UTC
  • Revision ID: olivier.tilloy@canonical.com-20130321164404-qib9yj1l1tr5yk3l
Get rid of a useless id.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    contentHeight: Math.min(parent.height - units.gu(10), listContentHeight)
33
33
 
34
34
    ListView {
35
 
        id: view
36
35
        clip: true
37
36
        width: itemSelector.contentWidth
38
37
        height: itemSelector.contentHeight