[gnome-boxes] Revert "notificationbar: make it look sharp again"



commit 19edaddeeebc664edcaa443549bd6d9fa145c5b2
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri May 25 17:09:50 2012 +0300

    Revert "notificationbar: make it look sharp again"
    
    This reverts commit 9153a562db3d62f76924391bae70793713354cf5.
    
    9153a5 breaks notification over wizard (and probably also properties)
    view. Since a slightly blurry notification is much better than user not
    able to see notification at all, reverting this patch for now.

 src/notificationbar.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/notificationbar.vala b/src/notificationbar.vala
index b3ec877..5d507ab 100644
--- a/src/notificationbar.vala
+++ b/src/notificationbar.vala
@@ -130,6 +130,7 @@ private class Boxes.Notificationbar: GLib.Object {
         app.stage.add (actor);
         actor.hide ();
         actor.scale_y = 0f;
+        actor.depth = 1f; // Apear above every view
     }
 
     private void show () {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]