[gtk+] widget-factory: Turn off focus-on-click for notification close button
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] widget-factory: Turn off focus-on-click for notification close button
- Date: Mon, 11 Aug 2014 21:44:22 +0000 (UTC)
commit 5d8efb43bc46d8ff371db9a28e02ba3bc4b17447
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Aug 11 22:44:37 2014 +0200
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
demos/widget-factory/widget-factory.ui | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 6db986c..a57e255 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">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]