inspector: Make value ellipsized

The values can get long, so ellipsize them.
This commit is contained in:
Matthias Clasen 2014-05-09 22:48:34 -04:00
parent 2af94dff1c
commit d64a9615bc

View File

@ -39,6 +39,8 @@
<object class="GtkInspectorPropertyCellRenderer" id="value_renderer">
<property name="scale">0.8</property>
<property name="editable">True</property>
<property name="width-chars">20</property>
<property name="ellipsize">end</property>
</object>
<attributes>
<attribute name="text">1</attribute>