~ubuntu-branches/ubuntu/precise/kde-runtime/precise-proposed

« back to all changes in this revision

Viewing changes to plasma/declarativeimports/plasmacomponents/qml/Highlight.qml

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-03-30 21:36:32 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120330213632-xsvx5vu8qg50aui7
Tags: 4:4.8.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
        anchors {
62
62
            fill: parent
63
 
            topMargin: -background.margins.top
64
 
            leftMargin: -background.margins.left
65
 
            bottomMargin: -background.margins.bottom
66
 
            rightMargin: -background.margins.right
 
63
        //FIXME: breaks listviews and highlight item
 
64
        //    topMargin: -background.margins.top
 
65
        //    leftMargin: -background.margins.left
 
66
        //    bottomMargin: -background.margins.bottom
 
67
        //    rightMargin: -background.margins.right
67
68
        }
68
69
    }
69
70
}