summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-08-10 20:21:33 +0200
committerMatthias Clasen <mclasen@redhat.com>2015-08-10 22:43:19 -0400
commit5f44339ce39e9d33652aa2d086bce87c98dd276e (patch)
tree38e22810fa28e1ff1aa1766ad5050fd2a3d22d90
parentecc8cd2369c26d7d0cde64be61c3be986e689f65 (diff)
downloadgtk+-5f44339ce39e9d33652aa2d086bce87c98dd276e.tar.gz
font chooser: Make the entry activate the default
-rw-r--r--gtk/ui/gtkfontchooserwidget.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ui/gtkfontchooserwidget.ui b/gtk/ui/gtkfontchooserwidget.ui
index c659a589de..61b8a8c6f1 100644
--- a/gtk/ui/gtkfontchooserwidget.ui
+++ b/gtk/ui/gtkfontchooserwidget.ui
@@ -41,7 +41,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
- <property name="invisible_char">•</property>
+ <property name="activates_default">true</property>
<property name="primary_icon_name">edit-find-symbolic</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>