QML UI: remove unused item on the interface

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2017-05-29 18:31:40 +02:00 committed by Dirk Hohndel
parent 1ab6b50a34
commit 81277c259b

View file

@ -143,11 +143,5 @@ Kirigami.Page {
text: qsTr("Unselect All")
}
}
RowLayout { // spacer to make space for silly button
Layout.minimumHeight: 1.2 * unselectbutton.height
Kirigami.Label {
text:""
}
}
}
}