[gnome-shell/wip/fmuellner/notification-redux: 92/93] dateMenu: Left-align date
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux: 92/93] dateMenu: Left-align date
- Date: Sun, 15 Feb 2015 19:22:06 +0000 (UTC)
commit 4f44306f203f0d0e9ea4eed90e070d6b69ef4c3e
Author: Florian Müllner <fmuellner gnome org>
Date: Sun Feb 15 20:02:26 2015 +0100
dateMenu: Left-align date
js/ui/dateMenu.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/dateMenu.js b/js/ui/dateMenu.js
index 5773951..fc6f7dd 100644
--- a/js/ui/dateMenu.js
+++ b/js/ui/dateMenu.js
@@ -36,6 +36,7 @@ const TodayButton = new Lang.Class({
// on the current date can be confusing. So don't make the button reactive
// until the selected date changes.
this.actor = new St.Button({ style_class: 'datemenu-today-button',
+ x_align: St.Align.START,
reactive: false
});
this.actor.connect('clicked', Lang.bind(this,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]