[polari] roomList: Align counter labels
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] roomList: Align counter labels
- Date: Thu, 8 Aug 2013 13:10:32 +0000 (UTC)
commit 1e79c53bb124d44ffc1dd780954d9c2fed7f03d4
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Jul 26 00:20:23 2013 +0200
roomList: Align counter labels
src/roomList.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/roomList.js b/src/roomList.js
index 462dacf..a71bf00 100644
--- a/src/roomList.js
+++ b/src/roomList.js
@@ -65,7 +65,8 @@ const RoomRow = new Lang.Class({
valign: Gtk.Align.BASELINE });
box.add(this._roomLabel);
- this._counter = new Gtk.Label({ width_chars: 2 });
+ this._counter = new Gtk.Label({ width_chars: 2,
+ halign: Gtk.Align.END });
this._counter.get_style_context().add_class('pending-messages-count');
box.add(this._counter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]