Added marginHints in Highlight.qml

This commit is contained in:
heena mahour 2013-08-16 15:16:43 +00:00
parent 5766fcc9cd
commit 57d2b1ee18

View File

@ -40,6 +40,7 @@ Item {
/** true if the mouse button is pressed over the component. */
property bool pressed: false
width: ListView.view ? ListView.view.width : undefined
property alias marginHints: background.margins;
Connections {
target: highlight.ListView.view