mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 04:57:39 +03:00
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.
This commit is contained in:
parent
b0e038e789
commit
389899e0c6
10 changed files with 84 additions and 22 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue