mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
icon browser: Activate on single-click
We want to get away from double-clicks everywhere.
This commit is contained in:
parent
ee857cd261
commit
967ba60303
@ -109,6 +109,7 @@
|
|||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="model">filter_model</property>
|
<property name="model">filter_model</property>
|
||||||
<property name="selection-mode">none</property>
|
<property name="selection-mode">none</property>
|
||||||
|
<property name="activate-on-single-click">True</property>
|
||||||
<signal name="item_activated" handler="item_activated"/>
|
<signal name="item_activated" handler="item_activated"/>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkCellRendererPixbuf" id="cell">
|
<object class="GtkCellRendererPixbuf" id="cell">
|
||||||
|
Loading…
Reference in New Issue
Block a user