mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
inspector: Make value ellipsized
The values can get long, so ellipsize them.
This commit is contained in:
parent
2af94dff1c
commit
d64a9615bc
@ -39,6 +39,8 @@
|
|||||||
<object class="GtkInspectorPropertyCellRenderer" id="value_renderer">
|
<object class="GtkInspectorPropertyCellRenderer" id="value_renderer">
|
||||||
<property name="scale">0.8</property>
|
<property name="scale">0.8</property>
|
||||||
<property name="editable">True</property>
|
<property name="editable">True</property>
|
||||||
|
<property name="width-chars">20</property>
|
||||||
|
<property name="ellipsize">end</property>
|
||||||
</object>
|
</object>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="text">1</attribute>
|
<attribute name="text">1</attribute>
|
||||||
|
Loading…
Reference in New Issue
Block a user