KingContaria / seedqueue

Minecraft mod that generates multiple worlds concurrently and lets players reset them on an ingame wall screen.
MIT License
32 stars 18 forks source link

Lock Icons with mac resolution on windowed #23

Closed tlqhm closed 2 months ago

tlqhm commented 2 months ago

I have a macbook pro 14" with a 3024x1832 in game windowed resolution my max world generation is set to 20%

image

In the first image with 9 worlds on wall, 4 of them are fully generated (locked previews) and 5 are at 20% out of the 4 locked worlds only 1 of them has an icon and it is much larger than it should be

The default simulated window size was 1512x916 (50% of in game resolution on each dimension) I have tried 3024x1832, and 1920x1080. All the resolutions have the same behavior

However the icons function correctly in fullscreen as shown in the 2nd image. It is only windowed that causes this behavior.

image

KingContaria commented 2 months ago

could you send your seedqueue and standardsettings config files? you can find them in .minecraft/config/mcsr/ could you also check if setting your Gui Scale to 1 in StandardSettings fixes your issue?

tildejustin commented 2 months ago

this might be due to retino

KingContaria commented 2 months ago

Fixed by https://github.com/KingContaria/seedqueue/commit/8cc9e3f1db363c8b2d905fe4c623a8cd7344144a, forgot to add that to the commit message