[polari] userList: Request the same width as the room list



commit 414accc9d934770ee5bb2701307876f252fc3a84
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Jul 25 16:37:05 2013 +0200

    userList: Request the same width as the room list

 src/userList.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/userList.js b/src/userList.js
index e35dd69..4ac7173 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -10,6 +10,8 @@ const UserList = new Lang.Class({
     _init: function(room) {
         this.widget = new Gtk.ListBox();
 
+        this.widget.set_size_request(150, -1);
+
         this.widget.set_selection_mode(Gtk.SelectionMode.NONE);
         this.widget.set_header_func(Lang.bind(this, this._updateHeader));
         this.widget.set_sort_func(Lang.bind(this, this._sort));


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