diff --git a/js/ui/panel.js b/js/ui/panel.js index d68b8d52f..914cacc9b 100644 --- a/js/ui/panel.js +++ b/js/ui/panel.js @@ -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();