summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-09-20 00:12:16 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-09-23 07:01:15 -0400
commitac72a9cedc55fd37dc9a7fb4d36708644c5a8f9b (patch)
tree139aaf979eda1394c0447cc095705eb85b10cd1a /gtk
parent525339573ef4dc74c85ab90913aeaa144a27d476 (diff)
downloadgtk+-ac72a9cedc55fd37dc9a7fb4d36708644c5a8f9b.tar.gz
inspector: Ellipsize the accessible name
It can be long, and we don't want the inspector to grow excessively.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/inspector/misc-info.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/inspector/misc-info.ui b/gtk/inspector/misc-info.ui
index 6c3a53a1bb..8707c28912 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>