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:
parent
8f3376ce62
commit
e3e16586b8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user