mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +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">
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user