Added marginHints in Highlight.qml
This commit is contained in:
parent
5766fcc9cd
commit
57d2b1ee18
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user