diff options
| author | Emil Engler <[email protected]> | 2020-01-24 20:17:40 +0100 |
|---|---|---|
| committer | Emil Engler <[email protected]> | 2020-01-24 20:27:49 +0100 |
| commit | 1a638e11055743ac089973b92f46c376466fe621 (patch) | |
| tree | 82b20d7ac9dc1785820edef7bf6864c98bfc9456 | |
| parent | Merge #17740: build: remove configure checks for win libraries we don't link ... (diff) | |
| download | discoin-1a638e11055743ac089973b92f46c376466fe621.tar.xz discoin-1a638e11055743ac089973b92f46c376466fe621.zip | |
gui: Shortcut to close ModalOverlay
| -rw-r--r-- | src/qt/forms/modaloverlay.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/forms/modaloverlay.ui b/src/qt/forms/modaloverlay.ui index da19a6fa2..d2e7ca8f0 100644 --- a/src/qt/forms/modaloverlay.ui +++ b/src/qt/forms/modaloverlay.ui @@ -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> |