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 { anchors {
fill: parent fill: parent
topMargin: -background.margins.top //FIXME: breaks listviews and highlight item
leftMargin: -background.margins.left // topMargin: -background.margins.top
bottomMargin: -background.margins.bottom // leftMargin: -background.margins.left
rightMargin: -background.margins.right // bottomMargin: -background.margins.bottom
// rightMargin: -background.margins.right
} }
} }
} }