maforget / ComicRackCE

A Community Edition for the legendary Comic Book Manager ComicRack. ComicRack is back from the dead.
GNU General Public License v2.0
340 stars 34 forks source link

[Feature Request] Quick Open Pane thumbnails #125

Closed austinpharper closed 1 week ago

austinpharper commented 3 weeks ago

This is a lingering issue from the cYo build.

The slider in the bottom right corner that adjusts cover thumbnails is nice, but it only adjust the Library thumbails, and not the Quick Open pane. The Currently Reading, Recently Read, and Recently Added thumbnails are always very small, especially on 4k monitors. It would be nice to have them scale to be the same size as the Library.

maforget commented 3 weeks ago

The thumbnails in the quick open can be resized like in the library with the Ctrl+Mouse Wheel keyboard shortcut (which is the same thing has the slider).

Also make sure that you have tried the various high dpi compatibility settings in windows.

There are also some changes with .NET 4.7 which could help for better scaling that might help in the future. #118

austinpharper commented 3 weeks ago

Sorry, I worded that very poorly. I meant to suggest linking the two zoom levels to be the same, but maybe people like having the controlled separately.

On Mon, Nov 4, 2024 at 2:23 PM maforget @.***> wrote:

The thumbnails in the quick open can be resized like in the library with the Ctrl+Mouse Wheel keyboard shortcut (which is the same thing has the slider).

Also make sure that you have tried the various high dpi compatibility settings in windows https://github.com/maforget/ComicRackCE/wiki/High-DPI-Settings-Comparaison .

There are also some changes with .NET 4.7 which could help for better scaling that might help in the future. #118 https://github.com/maforget/ComicRackCE/issues/118

— Reply to this email directly, view it on GitHub https://github.com/maforget/ComicRackCE/issues/125#issuecomment-2455519648, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFX6OWH74IFNGVBS5HAHZIDZ663QJAVCNFSM6AAAAABRDDN4HGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJVGUYTSNRUHA . You are receiving this because you authored the thread.Message ID: @.***>

maforget commented 3 weeks ago

It isn't meant to be a global zoom level. Each and every list has a different zoom level, you can have a list with big thumbnail and one with small tiles if you want. Copy Layouts or create a list of layouts for fast assignment. Having these linked doesn't really make sense, the zoom of which lists would we take?

You just need to change the Quick Open zoom once and it remembers the size you've set it after that. Changing this would be a breaking change for users.

If the problem you are experiencing is just a general size issue, see changing the scale in windows if everything is just too small. The program will respect the overall scale set and everything will be bigger. See the above links, there are still some enhancement to be done #118.

Now exposing the scaling done for high dpi screen to the user might be possible.