[gnome-shell] Try to center the calendar arrow on the grid
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-shell] Try to center the calendar arrow on the grid
- Date: Wed, 16 Feb 2011 15:20:19 +0000 (UTC)
commit e3e16586b831156354d5a930482ff97765c985d0
Author: Sardem FF7 <sardemff7 pub gmail com>
Date:   Wed Feb 9 18:27:42 2011 +0100
    Try to center the calendar arrow on the grid
    
    Using the fixed percentage aligment, try to align the arrow of calendar
    boxpointer on the center of the calendar grid
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642031
 js/ui/dateMenu.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/dateMenu.js b/js/ui/dateMenu.js
index e37b4af..dc2be15 100644
--- a/js/ui/dateMenu.js
+++ b/js/ui/dateMenu.js
@@ -56,7 +56,7 @@ DateMenuButton.prototype = {
         //this._eventSource = new Calendar.FakeEventSource();
         this._eventSource = new Calendar.EvolutionEventSource();
 
-        PanelMenu.Button.prototype._init.call(this, 0.0);
+        PanelMenu.Button.prototype._init.call(this, 0.25);
 
         this._clock = new St.Label();
         this.actor.set_child(this._clock);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]