inspector: Avoid pointless selections

The CSS selector and the class hierarchy are purely
informative, no need to select anything here.
This commit is contained in:
Matthias Clasen 2016-03-05 00:35:08 -05:00
parent e69c1c5a9b
commit 251810ff40
2 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,11 @@
<property name="enable-tree-lines">1</property>
<property name="show-expanders">0</property>
<property name="level-indentation">18</property>
<child internal-child="selection">
<object class="GtkTreeSelection">
<property name="mode">none</property>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Class Hierarchy</property>

View File

@ -29,6 +29,11 @@
<property name="enable-search">False</property>
<property name="show-expanders">False</property>
<property name="level-indentation">18</property>
<child internal-child="selection">
<object class="GtkTreeSelection">
<property name="mode">none</property>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Selector</property>