forked from AuroraMiddleware/gtk
inspector: Don't grow horizontally
Labels in the object tree are application data. Ellipsize them to avoid growing extremely wide if the data is bogus.
This commit is contained in:
parent
774b6f94d5
commit
e9449f6014
@ -126,6 +126,8 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkCellRendererText">
|
<object class="GtkCellRendererText">
|
||||||
<property name="scale">0.8</property>
|
<property name="scale">0.8</property>
|
||||||
|
<property name="ellipsize">end</property>
|
||||||
|
<property name="max-width-chars">30</property>
|
||||||
</object>
|
</object>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="text">3</attribute>
|
<attribute name="text">3</attribute>
|
||||||
|
Loading…
Reference in New Issue
Block a user