diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-06 09:40:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-06 09:40:26 +0000 |
commit | 3535fa12ddd2a0845ab13f31ab7177dc02860205 (patch) | |
tree | 1891cfe4edc4026392a3208484b5ac23f30aacc9 /desktop | |
parent | a5c475c25bd432fc80be8c2b437935cd54c4b611 (diff) |
set close as default
Change-Id: Idb93d99ba68b7f605036071e4c499c0640f42cef
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/uiconfig/ui/showlicensedialog.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/uiconfig/ui/showlicensedialog.ui b/desktop/uiconfig/ui/showlicensedialog.ui index 120a1e9df2f4..76d207f3b3ed 100644 --- a/desktop/uiconfig/ui/showlicensedialog.ui +++ b/desktop/uiconfig/ui/showlicensedialog.ui @@ -20,6 +20,8 @@ <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> |