[GTK3UI] Allow escape key to close Create Torrent dialog

This commit is contained in:
Gregorio Litenstein 2019-12-21 12:28:40 -03:00 committed by Calum Lind
parent f74163489c
commit 967537a409
1 changed files with 1 additions and 0 deletions

View File

@ -810,6 +810,7 @@
<property name="receives_default">True</property> <property name="receives_default">True</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/> <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
<accelerator key="Escape" signal="clicked"/>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>