inspector: Show CSS node state

This is useful when debugging state propagation issues between
CSS nodes.
This commit is contained in:
Matthias Clasen
2015-10-31 00:07:19 -04:00
parent c265b58181
commit b6fda5dc0a
2 changed files with 49 additions and 0 deletions

View File

@ -93,6 +93,19 @@
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="node_state_column">
<property name="resizable">1</property>
<property name="title" translatable="yes">State</property>
<child>
<object class="GtkCellRendererText"/>
<attributes>
<attribute name="text">5</attribute>
<attribute name="sensitive">2</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
</object>