mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
gui: Shortcut to close ModalOverlay
This commit is contained in:
parent
28fbe68fdc
commit
1a638e1105
1 changed files with 3 additions and 0 deletions
|
@ -351,6 +351,9 @@ QLabel { color: rgb(40,40,40); }</string>
|
|||
<property name="text">
|
||||
<string>Hide</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Esc</string>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue