inspector: Stop overeager activation

Stop using activate-on-single click for the property list -
it is a little annoying to have the popover come up when you
just click in the list to get the focus there.
This commit is contained in:
Matthias Clasen 2014-10-30 18:47:46 -04:00
parent f66060c422
commit 42e1fad138

View File

@ -23,7 +23,6 @@
<property name="visible">True</property>
<property name="model">model</property>
<property name="tooltip-column">3</property>
<property name="activate-on-single-click">True</property>
<signal name="row-activated" handler="row_activated"/>
<child>
<object class="GtkTreeViewColumn">