[dconf-editor] Some focus tweaks.



commit 4c1956747e1acd426e70a02630650426b947ff12
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Jan 28 11:36:06 2016 +0100

    Some focus tweaks.

 editor/dconf-editor.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/editor/dconf-editor.ui b/editor/dconf-editor.ui
index e8634a0..6564911 100644
--- a/editor/dconf-editor.ui
+++ b/editor/dconf-editor.ui
@@ -21,6 +21,7 @@
           <object class="GtkMenuButton" id="info_button">
             <property name="visible">True</property>
             <property name="valign">center</property>
+            <property name="focus-on-click">False</property>
             <signal name="clicked" handler="on_menu_button_clicked"/>
             <style>
               <class name="image-button"/>
@@ -47,6 +48,7 @@
           <object class="GtkToggleButton" id="search_button">
             <property name="visible">True</property>
             <property name="valign">center</property>
+            <!-- TODO <property name="focus-on-click">False</property> does not work here because of 
explicit focus grab -->
             <property name="active" bind-source="search_bar" bind-property="search-mode-enabled" 
bind-flags="bidirectional|sync-create"/>
             <!-- <accelerator key="F" signal="toggled" modifiers="GDK_CONTROL_MASK"/> TODO -->
             <style>
@@ -74,6 +76,7 @@
           <object class="Bookmarks" id="bookmarks_button">
             <property name="visible">True</property>
             <property name="valign">center</property>
+            <property name="focus-on-click">False</property>
             <property name="schema-id">ca.desrt.dconf-editor.Settings</property>
             <signal name="clicked" handler="on_menu_button_clicked"/>
             <signal name="bookmark_activated" handler="scroll_to_path"/>


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