[polari/wip/fmuellner/nick-differentiation: 13/13] chatView: Use background-color instead of underline
- From: Gitlab Administrative User <gitlab src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/fmuellner/nick-differentiation: 13/13] chatView: Use background-color instead of underline
- Date: Fri, 10 Nov 2017 03:36:34 +0000 (UTC)
commit 2d8a1b599d52081068eaa54c505a682a8d85a0a2
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Oct 19 04:04:19 2017 +0200
chatView: Use background-color instead of underline
Gah, underline is too subtle, but this is vulgar :-(
src/chatView.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/chatView.js b/src/chatView.js
index 5059923..be6ea21 100644
--- a/src/chatView.js
+++ b/src/chatView.js
@@ -1257,8 +1257,8 @@ var ChatView = GObject.registerClass({
nickTag = new ButtonTag({ name: nickTagName });
nickTag.connect('clicked', Lang.bind(this, this._onNickTagClicked));
- nickTag.underline = Pango.Underline.SINGLE;
- nickTag.underline_rgba = this._getNickTagColor(message.nick);
+ //nickTag.underline = Pango.Underline.SINGLE;
+ nickTag.background_rgba = this._getNickTagColor(message.nick);
let status = this._userTracker.getNickRoomStatus(message.nick, this._room);
this._updateNickTag(nickTag, status);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]