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

GUI doesn't scale, too small on high-res display on Windows #863

Open
JeroenvdV opened this issue Nov 11, 2022 · 5 comments
Open

GUI doesn't scale, too small on high-res display on Windows #863

JeroenvdV opened this issue Nov 11, 2022 · 5 comments

Comments

@JeroenvdV
Copy link

When running the GUI on Windows, it doesn't respect the display scaling like other GUIs do. This makes it display comparatively tiny, and hard to read. A good quick workaround might be a configuration option to scale everything at a certain percentage or even just a choice between 100% and 200%. Screenshot attached as my personal example, this is a 4k 15" laptop screen. I have scaling set at 175% in Windows.

2022_11_11_11_34_51_Greenshot

@BirgoBeutlin
Copy link

Same Proboem here.

@WangleLine
Copy link

Same here, it's really hard to use the program on a 4K display

@linnik
Copy link

linnik commented Feb 4, 2023

As a temporary solution you can override DPI scaling. App will be a bit blurry but usable.
Go to file properties -> Change high DPI Settings -> Override high DPI scaling behavior. Set "System (Enhanced)"
czkawka_scaling

@varnav
Copy link

varnav commented Mar 27, 2023

I second this. Tiny letters.

@conradsrc
Copy link

This comment on a related issue is also a very good solution. Actually, it might be better if the Windows setting causes blurring since this GTK theming solution doesn't seem to cause any. I had to go for x1.75 scaling on a 27" 4K monitor for things to seem relatively "normal" size even though I only have the monitor set to x1.5.

codingnewcode added a commit to codingnewcode/czkawka that referenced this issue Feb 2, 2024
credit goes to @linnik in qarmin#863 (comment) for publicly providing the solution beforehand, this just implements the aforementionned workaround.
qarmin added a commit that referenced this issue Feb 14, 2024
…dme fix) (#1202)

* add text too small to read on windows workaround
credit goes to @linnik in #863 (comment) for publicly providing the solution beforehand, this just implements the aforementionned workaround.

* small readme fix for consistency
hopefully i didnt get the meaning wrong and change it.

* add the modify gtk.css fix
credit goes to @Erijoda in #787 (comment)

---------

Co-authored-by: Rafał Mikrut <41945903+qarmin@users.noreply.github.com>
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

No branches or pull requests

6 participants