diff options
author | kn00tcn <[email protected]> | 2018-07-12 05:39:43 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-12 21:39:40 +0200 |
commit | 7c0038aac0f4fdfca4c940fbce9aad433d953c1e (patch) | |
tree | 3b504da24c8ab779a977f7c32230d07b8361704c /src/ui/properties.ui | |
parent | b14f7063604fd66ada82d7a8474d4ace4c7b395c (diff) | |
download | engrampa-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
Diffstat (limited to 'src/ui/properties.ui')
-rw-r--r-- | src/ui/properties.ui | 4 |
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> |