summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorClaus Lensbøl <cmol@cmol.dk>2020-06-12 22:48:02 +0200
committerClaus Lensbøl <cmol@cmol.dk>2020-06-12 22:48:02 +0200
commit68c46584d1db00dd264a0cb0592a9a309e27af18 (patch)
treec599e7531947638eb438897970c52caf0b07b2bc /src
parentce4cbde592fc6a57bbacf85e963432b53ab9bd33 (diff)
Revert "Show passwords as monospace"
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 0f838897..9ce04305 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"), "<tt>" + password + "</tt>");
+ addToGridLayout(0, tr("Password"), password);
}
NamedValues namedValues = fileContent.getNamedValues();