[gnome-builder] tabbar: ellipsize filename in view list
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] tabbar: ellipsize filename in view list
- Date: Tue, 22 Dec 2015 05:15:46 +0000 (UTC)
commit 074930039149f5dddbf74999d3304cba30afcefd
Author: Christian Hergert <christian hergert me>
Date: Mon Dec 21 21:15:33 2015 -0800
tabbar: ellipsize filename in view list
libide/ide-layout-tab-bar.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libide/ide-layout-tab-bar.c b/libide/ide-layout-tab-bar.c
index e365f79..a43b1d8 100644
--- a/libide/ide-layout-tab-bar.c
+++ b/libide/ide-layout-tab-bar.c
@@ -96,6 +96,7 @@ create_row (IdeLayoutTabBar *self,
NULL);
label = g_object_new (GTK_TYPE_LABEL,
+ "ellipsize", PANGO_ELLIPSIZE_MIDDLE,
"visible", TRUE,
"xalign", 0.0f,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]