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
This commit is contained in:
Sardem FF7 2011-02-09 18:27:42 +01:00 committed by Dan Winship
parent 8f3376ce62
commit e3e16586b8

View File

@ -56,7 +56,7 @@ DateMenuButton.prototype = {
//this._eventSource = new Calendar.FakeEventSource(); //this._eventSource = new Calendar.FakeEventSource();
this._eventSource = new Calendar.EvolutionEventSource(); 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._clock = new St.Label();
this.actor.set_child(this._clock); this.actor.set_child(this._clock);