summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2014-08-11 22:44:37 +0200
committerDebarshi Ray <debarshir@gnome.org>2014-08-11 23:43:43 +0200
commit5d8efb43bc46d8ff371db9a28e02ba3bc4b17447 (patch)
tree36406366671c6c2a93cb87ee0eb37642434cd8ed /demos
parent8b2fb4a99177b4a92fcd8bcc00f54b25bdfbb090 (diff)
downloadgtk+-5d8efb43bc46d8ff371db9a28e02ba3bc4b17447.tar.gz
widget-factory: Turn off focus-on-click for notification close button
... because that is what most applications are doing. So lets do the same thing for the sake of consistency and setting a good example. https://bugzilla.gnome.org/show_bug.cgi?id=734614
Diffstat (limited to 'demos')
-rw-r--r--demos/widget-factory/widget-factory.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 6db986c9e7..a57e2557c5 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -1988,6 +1988,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<child>
<object class="GtkButton" id="page2dismiss">
<property name="visible">True</property>
+ <property name="focus-on-click">False</property>
<property name="relief">none</property>
<child>
<object class="GtkImage" id="page2dismissi">