hack margins so listview doesn't suck

This commit is contained in:
Shaun Reich 2012-02-09 13:22:13 -05:00
parent 423698be18
commit 9831905309

View File

@ -68,10 +68,11 @@ Item {
anchors {
fill: parent
topMargin: -background.margins.top
leftMargin: -background.margins.left
bottomMargin: -background.margins.bottom
rightMargin: -background.margins.right
//FIXME: breaks listviews and highlight item
// topMargin: -background.margins.top
// leftMargin: -background.margins.left
// bottomMargin: -background.margins.bottom
// rightMargin: -background.margins.right
}
}
}