From 0cc115c96edd8288c2fd9b94d967a21d6181c763 Mon Sep 17 00:00:00 2001 From: codingnewcode <155306405+codingnewcode@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:31:43 +0100 Subject: [PATCH] Add add text too small to read on windows workaround link (+small readme fix) (#1202) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add text too small to read on windows workaround credit goes to @linnik in https://github.com/qarmin/czkawka/issues/863#issuecomment-1416761308 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 https://github.com/qarmin/czkawka/issues/787#issuecomment-1292253437 --------- Co-authored-by: RafaƂ Mikrut <41945903+qarmin@users.noreply.github.com> --- czkawka_gui/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/czkawka_gui/README.md b/czkawka_gui/README.md index 5bdcbaf..612e911 100644 --- a/czkawka_gui/README.md +++ b/czkawka_gui/README.md @@ -65,6 +65,9 @@ Not all available features and/or components implemented here, this is the list - Snap versions does not allow to use the similar videos feature - Windows version does not support heif and webp files with prebuilt binaries - Prebuilt binaries for mac arm do not exist +- On Windows, text may appear very small on high resolution displays, a solution is to manually change DPI scaling for this app, see : + - recommended fix: [#787#issuecomment-1292253437](https://github.com/qarmin/czkawka/issues/787#issuecomment-1292253437) (modify gtk.css), + - or this workaround: [#867#issuecomment-1416761308](https://github.com/qarmin/czkawka/issues/863#issuecomment-1416761308) (modify windows DPI settings for this app (this works too but the text is a bit blurry)). ## License Code is distributed under MIT license.