[gnome-builder] tabbar: ellipsize filename in view list



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]