summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkn00tcn <[email protected]>2018-07-12 05:39:43 -0400
committerraveit65 <[email protected]>2018-07-12 21:39:40 +0200
commit7c0038aac0f4fdfca4c940fbce9aad433d953c1e (patch)
tree3b504da24c8ab779a977f7c32230d07b8361704c
parentb14f7063604fd66ada82d7a8474d4ace4c7b395c (diff)
downloadengrampa-7c0038aac0f4fdfca4c940fbce9aad433d953c1e.tar.bz2
engrampa-7c0038aac0f4fdfca4c940fbce9aad433d953c1e.tar.xz
UI: on the properties dialog, focus the Close button instead of the Help button by default
the Close button should be default so you can press Enter or Space without unintentionally opening the help manual
-rw-r--r--src/ui/properties.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/properties.ui b/src/ui/properties.ui
index 1f243a9..4804d0f 100644
--- a/src/ui/properties.ui
+++ b/src/ui/properties.ui
@@ -23,9 +23,7 @@
<property name="label">gtk-help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="has_focus">True</property>
<property name="can_default">True</property>
- <property name="has_default">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
</object>
@@ -41,7 +39,9 @@
<property name="label">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="has_focus">True</property>
<property name="can_default">True</property>
+ <property name="has_default">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
</object>