~gerboland/unity-2d/launcher-context-menu-blue-line-fix

« back to all changes in this revision

Viewing changes to places/ListViewWithScrollbar.qml

  • Committer: Florian Boucault
  • Date: 2011-08-23 17:46:06 UTC
  • mfrom: (574.75.12 unity-2d)
  • Revision ID: florian@boucault.net-20110823174606-360dms6pjdyrad97
MergedĀ lp:unity-2d

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        anchors.top: parent.top
32
32
        anchors.bottom: parent.bottom
33
33
        anchors.left: parent.left
34
 
        anchors.right: scrollbar.left
 
34
        anchors.right: parent.right
35
35
        anchors.rightMargin: 15
36
36
    }
37
37