[gnome-shell/wip/fmuellner/notification-redux+sass: 85/122] dateMenu: Left-align date



commit 43c5d78ffd59c0082b056e342596c1b1bb29d9d5
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]