[gnome-shell] calendar: Do not left-align bodyStack



commit 75745fc23f3f22f70def70179b5605b022f7f851
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Mar 10 22:30:35 2015 +0100

    calendar: Do not left-align bodyStack
    
    It's its contents that should be aligned, the stack itself should
    fill the available width.

 js/ui/calendar.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/calendar.js b/js/ui/calendar.js
index cb63d6a..7345ae0 100644
--- a/js/ui/calendar.js
+++ b/js/ui/calendar.js
@@ -1008,8 +1008,7 @@ const Message = new Lang.Class({
         this._closeButton = new St.Button({ child: closeIcon, visible: false });
         titleBox.add_actor(this._closeButton);
 
-        this._bodyStack = new St.Widget({ x_expand: true,
-                                          x_align: Clutter.ActorAlign.START });
+        this._bodyStack = new St.Widget({ x_expand: true });
         this._bodyStack.layout_manager = new LabelExpanderLayout();
         contentBox.add_actor(this._bodyStack);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]