[gnome-shell] [panel] y_fill the calendar button
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] [panel] y_fill the calendar button
- Date: Tue, 27 Apr 2010 17:10:51 +0000 (UTC)
commit 7d7ed7ce7a5ddf6e92f03e3c56369a399b60f3d9
Author: Colin Walters <walters verbum org>
Date: Tue Apr 27 13:07:31 2010 -0400
[panel] y_fill the calendar button
js/ui/panel.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/panel.js b/js/ui/panel.js
index d68b8d5..914cacc 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();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]