forked from AuroraMiddleware/gtk
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:
parent
f66060c422
commit
42e1fad138
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user