Skip to content

Commit

Permalink
Have "Close" grab default focus in "Try Fedora" page
Browse files Browse the repository at this point in the history
As reported by Kamil Paral <kparal@redhat.com>
  • Loading branch information
cosimoc committed May 9, 2012
1 parent b88a99e commit 3785633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fedora-welcome
Expand Up @@ -138,6 +138,7 @@ const WelcomeWindow = new Lang.Class({
this.window.destroy();
}));
mainGrid.add(button);
button.grab_focus();

mainGrid.show_all();
}));
Expand Down

0 comments on commit 3785633

Please sign in to comment.