Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow smaller font size for hidpi #1342

Merged
merged 1 commit into from Aug 31, 2023
Merged

Conversation

sthalik
Copy link
Contributor

@sthalik sthalik commented Aug 31, 2023

Allow using smaller fonts. This can be useful for large HiDPI screens. For example, my Windows machine's screen's pixel density is 105 and the display scaling is set to 150% in 2160p. This makes the size of a 8 pt font too large. It can also vary depending on the Qt backend being used (DirectDraw vs xcb, etc.).

Perhaps there's some sense in lowering it even a bit further but that's enough changes for one day.

As usual, thank you for this wonderful software. The ability to edit diffs before reverting will surely come in handy.

@davvid davvid merged commit 08ca955 into git-cola:main Aug 31, 2023
5 checks passed
@davvid
Copy link
Member

davvid commented Aug 31, 2023

Thanks!

@sthalik sthalik deleted the pr/smaller-font-size branch August 31, 2023 05:15
bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request Sep 5, 2023
https://build.opensuse.org/request/show/1108638
by user marcinbajor + anag+factory
- Update to 4.3.2
- Usability, bells and whistles
  * The minimum font size can now be set lower, which is helpful for Hi-DPI displays.
    git-cola/git-cola#1342
- Fixes
  * `git dag` was not displaying history when refspecs were specified.
    git-cola/git-cola#1334
- Development
  * Compatibility with Sphinx 7.2.0 was added to the `sphinxtogithub`
    sphinx documentation plugin.
    git-cola/git-cola#1336
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants