Remove opacity calls

ApplicationWindow has no Opacity calls no more.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-12-27 18:36:02 +01:00 committed by Dirk Hohndel
parent 53ce3ce3e3
commit 4db80aa1a4

View file

@ -52,7 +52,9 @@ Kirigami.ApplicationWindow {
}
visible: false
opacity: 0
// TODO: Verify where the opacity went to.
// opacity: 0
function returnTopPage() {
for (var i=stackView.depth; i>1; i--) {
@ -388,10 +390,12 @@ Kirigami.ApplicationWindow {
rootItem.opacity = 1
pageStack.defaultColumnWidth = Kirigami.Units.gridUnit * 28
}
/* TODO: Verify where opacity went to.
Behavior on opacity {
NumberAnimation {
duration: 200
easing.type: Easing.OutQuad
}
}
*/
}