From b0594d40875dbf189504a4fc6e54dc43fa7bdb9a Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Thu, 22 Jan 2015 12:59:03 +0100 Subject: [PATCH] cleanup --- src/plugins/backends/snore/notification.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/backends/snore/notification.qml b/src/plugins/backends/snore/notification.qml index 340f34b..fd4f536 100644 --- a/src/plugins/backends/snore/notification.qml +++ b/src/plugins/backends/snore/notification.qml @@ -33,7 +33,7 @@ Rectangle { if (corner == Qt.TopRightCorner || corner == Qt.BottomRightCorner) { animation.from = Screen.desktopAvailableWidth animation.to = Screen.desktopAvailableWidth - width - } else if(corner == Qt.TopLeftCorner || corner == Qt.BottomLeftCorner) { + } else { animation.from = -width animation.to = 0 }