[sushi/gnome-3-2] window: add more top spacing in the window title



commit 32a189adc54570dad8ed88491addda1174286058
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Sep 29 19:18:22 2011 -0400

    window: add more top spacing in the window title
    
    It's too close to the border now.

 src/js/ui/mainWindow.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/ui/mainWindow.js b/src/js/ui/mainWindow.js
index 0970ebb..975133e 100644
--- a/src/js/ui/mainWindow.js
+++ b/src/js/ui/mainWindow.js
@@ -564,7 +564,7 @@ MainWindow.prototype = {
         this._titleActor.add_constraint(
             new Clutter.BindConstraint({ source: this._stage,
                                          coordinate: Clutter.BindCoordinate.Y,
-                                         offset: 3 }));
+                                         offset: 6 }));
 
         this._quitButton = 
             new Gtk.Button({ image: new Gtk.Image ({ "icon-size": Gtk.IconSize.MENU,



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