hack margins so listview doesn't suck
This commit is contained in:
parent
423698be18
commit
9831905309
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user