From de3379d9b7d01282e514ca87291f4f7d9a3b5256 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 26 Jan 2022 01:00:47 +0100 Subject: [PATCH] Ensure the "Confirm" button is always the default one to confirming via enter works Not sure why this ceased to work in some environments but this change fixes it. It is still possible to abort via ESC. --- CMakeLists.txt | 2 +- enterpassworddialog/enterpassworddialog.ui | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 727a58b..c43cdc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(META_APP_DESCRIPTION "Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models") set(META_VERSION_MAJOR 6) set(META_VERSION_MINOR 5) -set(META_VERSION_PATCH 3) +set(META_VERSION_PATCH 4) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) project(${META_PROJECT_NAME}) diff --git a/enterpassworddialog/enterpassworddialog.ui b/enterpassworddialog/enterpassworddialog.ui index 7f0893b..1782612 100644 --- a/enterpassworddialog/enterpassworddialog.ui +++ b/enterpassworddialog/enterpassworddialog.ui @@ -258,6 +258,9 @@ + + true +