[gnome-boxes] notificationbar: make it look sharp again
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-boxes] notificationbar: make it look sharp again
- Date: Wed, 23 May 2012 23:01:16 +0000 (UTC)
commit 9153a562db3d62f76924391bae70793713354cf5
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date:   Fri May 18 16:16:18 2012 +0200
    notificationbar: make it look sharp again
    
    It seems the depth property make the renderning blurry.
    I am not sure why it is needed, as I can't see an overlapped
    case. Perhaps a clutter_actor_raise() instead where needed?
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674794
 src/notificationbar.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/notificationbar.vala b/src/notificationbar.vala
index 5d507ab..b3ec877 100644
--- a/src/notificationbar.vala
+++ b/src/notificationbar.vala
@@ -130,7 +130,6 @@ 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]