[polari/wip/raresv/popoverRebasedOnTracker] Removed the old css class that used to set the height of the popover status labe.
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/raresv/popoverRebasedOnTracker] Removed the old css class that used to set the height of the popover status labe.
- Date: Mon, 11 Jul 2016 19:21:11 +0000 (UTC)
commit 6bb438cb87fe65f2b3cd10b7cf33586b5dd195c0
Author: raresv <rares visalom gmail com>
Date: Mon Jul 11 22:03:29 2016 +0300
Removed the old css class that used to set the height of the popover status labe.
data/resources/application.css | 4 ----
src/userList.js | 3 ---
2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/data/resources/application.css b/data/resources/application.css
index 8968630..7a11efd 100644
--- a/data/resources/application.css
+++ b/data/resources/application.css
@@ -142,7 +142,3 @@
/* the following adds a border on top of the inputbar when users scroll up */
.polari-chat-view > undershoot.bottom { border-bottom: 1px solid @borders; }
-
-.nick-popover-status {
- font-size: 10px;
-}
diff --git a/src/userList.js b/src/userList.js
index ae8ad1a..31002ce 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -345,9 +345,6 @@ const UserPopover = new Lang.Class({
this._userDetails = new UserDetails();
this.bind_property('visible', this._userDetails, 'expanded', 0);
- let context = this._statusLabel.get_style_context();
- context.add_class('nick-popover-status');
-
this._vbox = new Gtk.Box({ orientation: Gtk.Orientation.VERTICAL });
this._vbox.add(this._hbox);
this._vbox.add(this._userDetails);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]