raiguard / ModernGadgets

Sleek, minimalist, information-dense gadgets for the modern desktop. Inspired by the AddGadgets.com system monitoring gadgets. Built on the Rainmeter platform.
MIT License
301 stars 32 forks source link

Text width for VRAM is too long #188

Closed SerVB closed 4 years ago

SerVB commented 4 years ago

When I have just hundreds of MB of VRAM, skin shows precise value. So the text doesn't fit in the skin. Maybe it's worth to always shrink the right text (maximum size) to GB (.5 GB in my case).

image image

raiguard commented 4 years ago

Yeah, the gadgets as a whole are a bit cramped. Most GPUs have at least a gigabyte of VRAM nowadays, so I'll probably just change it to always show GB. And I'll add some logic to use a condensed version of the font if the width is still too much.

raiguard commented 4 years ago

I added some functionality to make the VRAM display use the "compact" variation of the font I'm using if it gets to be too wide. Now it should look better!

image

raiguard commented 4 years ago

v1.6.3 has been released!