[polari] roomList: Don't set 'dim-label' style on room icon
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] roomList: Don't set 'dim-label' style on room icon
- Date: Sat, 12 Oct 2013 22:46:33 +0000 (UTC)
commit 8db3f5cd135f88fa9fc77bf9fbc86897758d33f0
Author: Florian Müllner <fmuellner gnome org>
Date: Sun Oct 13 00:20:06 2013 +0200
roomList: Don't set 'dim-label' style on room icon
We used this style because the symbolic icons come out quite strong
with the default text color. Now that we dim inactive channels and
only use the normal color for channels with activity, this is less
of an issue - in fact, we should at least pick up the dimmed color
of inactive channels.
For now just let the icon pick up the text color, though we might
want to reconsider some dimming for active rooms.
src/roomList.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/roomList.js b/src/roomList.js
index c95196a..d689652 100644
--- a/src/roomList.js
+++ b/src/roomList.js
@@ -95,7 +95,6 @@ const RoomRow = new Lang.Class({
let icon = new Gtk.Image({ gicon: gicon,
icon_size: Gtk.IconSize.MENU,
valign: Gtk.Align.BASELINE });
- icon.get_style_context().add_class('dim-label');
box.add(icon);
this._roomLabel = new Gtk.Label({ hexpand: true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]