summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/mainwindow.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 71f859f9..3f0b8a29 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Windows
**Dependencies**
-* QtPass requires Qt 5.2 or later
+* QtPass requires Qt 5.10 or later
* The Linguist package is required to compile the translations.
* For use of the fallback icons the SVG library is required.
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 349d79e1..9134d3c6 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -390,7 +390,7 @@ void MainWindow::passShowHandler(const QString &p_output) {
} else {
if (!password.isEmpty()) {
// set the password, it is hidden if needed in addToGridLayout
- addToGridLayout(0, tr("Password"), password);
+ addToGridLayout(0, tr("Password"), "<tt>" + password + "</tt>");
}
NamedValues namedValues = fileContent.getNamedValues();