Fix minor font and theme issues#12814
Merged
phoerious merged 5 commits intokeepassxreboot:developfrom Jan 17, 2026
Merged
Conversation
Member
|
You are a hero |
1 task
Member
|
Please run |
d44cc85 to
c538b66
Compare
Contributor
Author
|
@phoerious, Done |
phoerious
approved these changes
Jan 17, 2026
phoerious
pushed a commit
that referenced
this pull request
Jan 17, 2026
* Fix font size for all platforms * Fix font size for TOTP in preview panel * Styles: drop Windows-specific palette overrides * Fix encoding of EditEntryWidgetMain.ui * Fix tab width
Member
|
Thanks a lot! BTW the white window background was what Windows 10 did. Not sure what the current default background colour in Windows 11 is. It may have changed. What's gone missing now is the visual distinction between the toolbar and the database widget, but I suppose it's fine. |
pull bot
pushed a commit
to lucienlmy/keepassxc
that referenced
this pull request
Jan 17, 2026
* Fix font size for all platforms * Fix font size for TOTP in preview panel * Styles: drop Windows-specific palette overrides * Fix encoding of EditEntryWidgetMain.ui * Fix tab width
pull bot
pushed a commit
to NeatNerdPrime/keepassxc
that referenced
this pull request
Jan 17, 2026
* Fix font size for all platforms * Fix font size for TOTP in preview panel * Styles: drop Windows-specific palette overrides * Fix encoding of EditEntryWidgetMain.ui * Fix tab width
pull bot
pushed a commit
to TheTechOddBug/keepassxc
that referenced
this pull request
Jan 17, 2026
* Fix font size for all platforms * Fix font size for TOTP in preview panel * Styles: drop Windows-specific palette overrides * Fix encoding of EditEntryWidgetMain.ui * Fix tab width
1 task
phoerious
pushed a commit
that referenced
this pull request
Mar 8, 2026
* Fix font size for all platforms * Fix font size for TOTP in preview panel * Styles: drop Windows-specific palette overrides * Fix encoding of EditEntryWidgetMain.ui * Fix tab width
phoerious
pushed a commit
that referenced
this pull request
Mar 8, 2026
* Fix font size for all platforms * Fix font size for TOTP in preview panel * Styles: drop Windows-specific palette overrides * Fix encoding of EditEntryWidgetMain.ui * Fix tab width
phoerious
pushed a commit
that referenced
this pull request
Mar 10, 2026
* Fix font size for all platforms * Fix font size for TOTP in preview panel * Styles: drop Windows-specific palette overrides * Fix encoding of EditEntryWidgetMain.ui * Fix tab width
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pure white (#FFFFFF) on Windows makes the light theme look too harsh and uncomfortable. The softer light‑gray palette used on other platforms provides a more pleasant and balanced appearance. For the dark theme, essentially nothing changes, since it was already using the same colors as on other platforms, except for the window state colors
Before:
After:
Testing strategy
Manually
Type of change