[panel] y_fill the calendar button

This commit is contained in:
Colin Walters 2010-04-27 13:07:31 -04:00
parent 929073882f
commit 7d7ed7ce7a

View File

@ -402,7 +402,7 @@ Panel.prototype = {
toggle_mode: true,
x_fill: true,
y_fill: true });
this._centerBox.add(clockButton, { y_fill: false });
this._centerBox.add(clockButton, { y_fill: true });
clockButton.connect('clicked', Lang.bind(this, this._toggleCalendar));
this._clock = new St.Label();