[gtk+] inspector: Stop overeager activation



commit 42e1fad1385e2f1263bf05d29460af159c766290
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Oct 30 18:47:46 2014 -0400

    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.

 gtk/inspector/prop-list.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/inspector/prop-list.ui b/gtk/inspector/prop-list.ui
index 6bfc797..7669e2d 100644
--- a/gtk/inspector/prop-list.ui
+++ b/gtk/inspector/prop-list.ui
@@ -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">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]