[polari/wip/fmuellner/combined-gsoc: 120/137] update the max-width-chars property of the fullname label in the UserDetails class



commit 8d335e6261546c459f7fa4b8814580cc2fea01c5
Author: raresv <rares visalom gmail com>
Date:   Mon Jul 25 14:00:20 2016 +0300

    update the max-width-chars property of the fullname label in the UserDetails class

 src/userList.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/userList.js b/src/userList.js
index b02348d..972f6bf 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -144,8 +144,7 @@ const UserDetails = new Lang.Class({
         this.bind_property('notifications-enabled', this._notificationIcon, 'visible', 
GObject.BindingFlags.SYNC_CREATE);
         this.bind_property('notifications-enabled', this._notificationLabel, 'visible', 
GObject.BindingFlags.SYNC_CREATE);
 
-        this._fullnameLabel.ellipsize = Pango.EllipsizeMode.END;
-        this._fullnameLabel.max_width_chars = MAX_USERS_WIDTH_CHARS;
+        this._fullnameLabel.max_width_chars = 50;
     },
 
     set user(user) {


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