Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2020-10-14 21:45:24 +0300
committerJonathan White <support@dmapps.us>2020-10-15 06:55:01 +0300
commit389899e0c62c399036e2fd3d35f4145523cd30fe (patch)
tree4fcbd837c4b26ddd26b302099d99577db6e72a41 /tests
parentb0e038e7891efbcab073ff66c72932aeb09cf687 (diff)
Fix theme issues on macOS
* Fix #5025 - Change edit entry widget title separator to the common bullet character • (U+2022) * Fix #5307 and Fix #5347 - Remove transparent toolbar/window on macOS and properly color text in toolbar.
Diffstat (limited to 'tests')
-rw-r--r--tests/gui/TestGui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gui/TestGui.cpp b/tests/gui/TestGui.cpp
index 060a29520..c79de84bb 100644
--- a/tests/gui/TestGui.cpp
+++ b/tests/gui/TestGui.cpp
@@ -575,7 +575,7 @@ void TestGui::testSearchEditEntry()
// Check the path in header is "parent-group > entry"
QCOMPARE(m_dbWidget->findChild<EditEntryWidget*>("editEntryWidget")->findChild<QLabel*>("headerLabel")->text(),
- QStringLiteral("Good \u2B29 Doggy \u2B29 Edit entry"));
+ QStringLiteral("Good \u2022 Doggy \u2022 Edit entry"));
}
void TestGui::testAddEntry()