[gnome-shell] changed 'y_fill' of '_clockButton' in panel to false
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] changed 'y_fill' of '_clockButton' in panel to false
- Date: Thu, 20 May 2010 17:00:58 +0000 (UTC)
commit 91319d5da24932f7e4b0b9035cf2107584424655
Author: Christian Schramm <christian h m schramm gmail com>
Date: Thu May 20 00:27:00 2010 +0200
changed 'y_fill' of '_clockButton' in panel to false
The clock appeared to high compared to the activities button
or the login name. Might be just me though.
https://bugzilla.gnome.org/show_bug.cgi?id=619144
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 453ecaa..c938e01 100644
--- a/js/ui/panel.js
+++ b/js/ui/panel.js
@@ -944,7 +944,7 @@ Panel.prototype = {
let clockButton = new St.Button({ style_class: 'panel-button',
toggle_mode: true,
x_fill: true,
- y_fill: true });
+ y_fill: false });
this._centerBox.add(clockButton, { y_fill: true });
clockButton.connect('clicked', Lang.bind(this, this._toggleCalendar));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]