mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
53ce3ce3e3
commit
4db80aa1a4
1 changed files with 5 additions and 1 deletions
|
@ -52,7 +52,9 @@ Kirigami.ApplicationWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
visible: false
|
visible: false
|
||||||
opacity: 0
|
|
||||||
|
// TODO: Verify where the opacity went to.
|
||||||
|
// opacity: 0
|
||||||
|
|
||||||
function returnTopPage() {
|
function returnTopPage() {
|
||||||
for (var i=stackView.depth; i>1; i--) {
|
for (var i=stackView.depth; i>1; i--) {
|
||||||
|
@ -388,10 +390,12 @@ Kirigami.ApplicationWindow {
|
||||||
rootItem.opacity = 1
|
rootItem.opacity = 1
|
||||||
pageStack.defaultColumnWidth = Kirigami.Units.gridUnit * 28
|
pageStack.defaultColumnWidth = Kirigami.Units.gridUnit * 28
|
||||||
}
|
}
|
||||||
|
/* TODO: Verify where opacity went to.
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
duration: 200
|
duration: 200
|
||||||
easing.type: Easing.OutQuad
|
easing.type: Easing.OutQuad
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue