Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
UI: on the properties dialog, focus the Close button instead of the H…
…elp button by default

the Close button should be default so you can press Enter or Space without unintentionally opening the help manual
  • Loading branch information
kn00tcn authored and raveit65 committed Jul 12, 2018
1 parent b14f706 commit 7c0038a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/properties.ui
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 7c0038a

Please sign in to comment.