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.
This commit is contained in:
Martchus 2022-01-26 01:00:47 +01:00
parent 1e1fe4ae07
commit de3379d9b7
2 changed files with 4 additions and 1 deletions

View File

@ -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})

View File

@ -258,6 +258,9 @@
<normaloff/>
</iconset>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
</layout>