Skip to content

Fix minor font and theme issues#12814

Merged
phoerious merged 5 commits intokeepassxreboot:developfrom
xboxones1:fix/minor-fixes
Jan 17, 2026
Merged

Fix minor font and theme issues#12814
phoerious merged 5 commits intokeepassxreboot:developfrom
xboxones1:fix/minor-fixes

Conversation

@xboxones1
Copy link
Copy Markdown
Contributor

@xboxones1 xboxones1 commented Dec 12, 2025

  1. Fixes Font resets to default (Normal) after exit and restart #12140
  2. Fixes Font of the TOTP text in preview panel is too small #12743
  3. Styles: drop Windows-specific palette overrides
    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:
    12
    After:
    34
  4. Fixed the encoding of EditEntryWidgetMain.ui (was using Windows encoding)
  5. Fixes Tab tab stop width is only 1 space. #12774

Testing strategy

Manually

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)

@droidmonkey
Copy link
Copy Markdown
Member

You are a hero

@droidmonkey droidmonkey added this to the v2.7.12 milestone Dec 12, 2025
@droidmonkey droidmonkey self-requested a review December 12, 2025 12:35
@phoerious
Copy link
Copy Markdown
Member

Please run make format to fix the CI code formatting error.

@xboxones1
Copy link
Copy Markdown
Contributor Author

xboxones1 commented Jan 17, 2026

@phoerious, Done

@phoerious phoerious merged commit e591e93 into keepassxreboot:develop Jan 17, 2026
12 checks passed
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
@phoerious phoerious mentioned this pull request Jan 17, 2026
20 tasks
@phoerious phoerious added the pr: backported Pull request backported to previous release label Jan 17, 2026
@phoerious phoerious changed the title Fix minor issues Fix minor font and theme issues Jan 17, 2026
@phoerious
Copy link
Copy Markdown
Member

phoerious commented Jan 17, 2026

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
@xboxones1 xboxones1 deleted the fix/minor-fixes branch January 18, 2026 11:10
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: backported Pull request backported to previous release user interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tab tab stop width is only 1 space. Font of the TOTP text in preview panel is too small Font resets to default (Normal) after exit and restart

3 participants