We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce1669 commit ea9698fCopy full SHA for ea9698f
src/ResizePage.vala
@@ -121,6 +121,7 @@ namespace Resizer {
121
intro_label.label = _("Resize image(s) within:");
122
// when pressing enter, activate the select images button
123
app.set_default (drop_area.select_button);
124
+ app.set_focus (drop_area.select_button);
125
} else {
126
cancel_btn.sensitive = true;
127
resize_btn.sensitive = true;
@@ -137,6 +138,7 @@ namespace Resizer {
137
138
}
139
// when pressing enter, activate the resize button
140
app.set_default (resize_btn);
141
+ app.set_focus (resize_btn);
142
143
144
0 commit comments