[gtk+] inspector: Ellipsize the accessible name



commit ac72a9cedc55fd37dc9a7fb4d36708644c5a8f9b
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Sep 20 00:12:16 2015 -0400

    inspector: Ellipsize the accessible name
    
    It can be long, and we don't want the inspector to grow excessively.

 gtk/inspector/misc-info.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/inspector/misc-info.ui b/gtk/inspector/misc-info.ui
index 6c3a53a..8707c28 100644
--- a/gtk/inspector/misc-info.ui
+++ b/gtk/inspector/misc-info.ui
@@ -518,6 +518,8 @@
                             <property name="visible">true</property>
                             <property name="halign">end</property>
                             <property name="valign">baseline</property>
+                            <property name="ellipsize">end</property>
+                            <property name="max-width-chars">50</property>
                           </object>
                         </child>
                       </object>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]