[sushi] mainwindow: start the toolbar with opacity 0



commit 3d441ad431278c7b6b6739542a0d6b121b19d79a
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue May 10 13:29:44 2011 -0400

    mainwindow: start the toolbar with opacity 0

 src/js/ui/mainWindow.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/js/ui/mainWindow.js b/src/js/ui/mainWindow.js
index 5004227..6926ccd 100644
--- a/src/js/ui/mainWindow.js
+++ b/src/js/ui/mainWindow.js
@@ -421,6 +421,7 @@ MainWindow.prototype = {
             return;
 
         this._toolbarActor.set_reactive(true);
+        this._toolbarActor.set_opacity(0);
         this._mainGroup.add_actor(this._toolbarActor);
 
         this._toolbarActor.add_constraint(



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