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
This commit is contained in:
Debarshi Ray 2014-08-11 22:44:37 +02:00
parent 8b2fb4a991
commit 5d8efb43bc

View File

@ -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">