Simplify anchoring in divedetails

anchors.fill does essentially the same, as the item is positioned at 0,0
of the parent by default.

Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sebastian Kügler 2015-11-12 00:40:13 +01:00 committed by Dirk Hohndel
parent 63cde0e120
commit 91b951c362

View file

@ -30,8 +30,7 @@ Item {
Flickable {
id: flick
width: parent.width
anchors { top: parent.top; bottom: parent.bottom }
anchors.fill: parent
contentHeight: parent.height
clip: true
ColumnLayout {