[polari] roomList: Ellipsize room labels
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] roomList: Ellipsize room labels
- Date: Thu, 8 Aug 2013 13:12:28 +0000 (UTC)
commit 652a79228e9cb75f46d0e99bc4797854f4ca2be6
Author: Florian Müllner <fmuellner gnome org>
Date: Sun Jul 28 00:00:27 2013 +0200
roomList: Ellipsize room labels
src/roomList.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/roomList.js b/src/roomList.js
index c233e94..9e09412 100644
--- a/src/roomList.js
+++ b/src/roomList.js
@@ -62,6 +62,7 @@ const RoomRow = new Lang.Class({
this._roomLabel = new Gtk.Label({ use_markup: true,
hexpand: true,
+ ellipsize: Pango.EllipsizeMode.END,
halign: Gtk.Align.START,
valign: Gtk.Align.BASELINE });
box.add(this._roomLabel);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]