gd-sheets
gd-sheets copied to clipboard
Cell sizes are very large
This plugin installed with no visible warnings or errors, but the cells are all huge.
I couldn't find any option to adjust size or spacing.

What screen resolution do you have? I think I know why this is happening. I am defining two sizes for the cells depending on screen size to adjust for HiDPI screens. But it's a very naive implementation atm. I think you are getting the larger sizes but with the smaller resolution.
24" 2560x1440p. I have a 4k monitor as well, let me fire this up again and check it on that.
edit: I can't figure out how to make godot start on the other monitor... I'll try to duplicate this some other way.
I found an error in the function that sets the sizes. I've updated the files, can you try to download the addon again and see it solved it?
Sorry, no luck. I was able to use Godot Plugin Refresher to force refresh gdsheets on my different monitors, including a 4k one.
If I force refresh it on the 10" 1920x1200 monitor, it loads the small cells, which then looks good on my other monitors (24" 1440p and 39" 4k). I don't think I'd ever want the double size cells with these screens.
How about an option to just disable hidpi scaling?
Yes, that might be the simplest solution. I think I will also include a setting for default cell size.