From e3e16586b831156354d5a930482ff97765c985d0 Mon Sep 17 00:00:00 2001 From: Sardem FF7 Date: Wed, 9 Feb 2011 18:27:42 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/dateMenu.js b/js/ui/dateMenu.js index e37b4afef..dc2be15fe 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);