[polari/wip/fixes] roomList: add view style
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/fixes] roomList: add view style
- Date: Sat, 10 Aug 2013 13:03:41 +0000 (UTC)
commit 3de898120319f08445bb1f773c293c35288da330
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date: Sat Aug 10 15:03:16 2013 +0200
roomList: add view style
src/roomList.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/roomList.js b/src/roomList.js
index 44eaa0e..0c6da31 100644
--- a/src/roomList.js
+++ b/src/roomList.js
@@ -129,6 +129,8 @@ const RoomList = new Lang.Class({
this.widget.set_selection_mode(Gtk.SelectionMode.BROWSE);
this.widget.set_header_func(Lang.bind(this, this._updateHeader));
this.widget.set_sort_func(Lang.bind(this, this._sort));
+ let context = this.widget.get_style_context();
+ context.add_class('view');
this._roomRows = {};
this._selectedRows = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]