inspector: Avoid a split pane for objects

Like for the resources page, use a separate page for details
to gain more room for both the tree and the details.
This commit is contained in:
Matthias Clasen
2014-10-10 22:34:32 -04:00
parent a8dc098699
commit dffceb1a17
6 changed files with 261 additions and 224 deletions

View File

@ -27,9 +27,12 @@
<property name="model">model</property>
<property name="enable-search">True</property>
<property name="search-column">2</property>
<property name="activate-on-single-click">True</property>
<signal name="row-activated" handler="on_row_activated"/>
<child internal-child="selection">
<object class="GtkTreeSelection">
<signal name="changed" handler="on_widget_selected"/>
<property name="mode">single</property>
<signal name="changed" handler="on_selection_changed"/>
</object>
</child>
<child>