From 7d7ed7ce7a5ddf6e92f03e3c56369a399b60f3d9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 27 Apr 2010 13:07:31 -0400 Subject: [PATCH] [panel] y_fill the calendar button --- js/ui/panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();