dalerank / nanogui-sdl

Minimalistic port of NanoGUI claim works with SDL API w/o external dependencies.
Other
437 stars 77 forks source link

Labels too tight in the screenshot? #63

Open cesss opened 2 years ago

cesss commented 2 years ago

I'm comparing the screenshot to the one in the original NanoGUI, and I get the feeling that everything is much more packed, with smaller spacing surrounding labels/widgets. Is this deliberate? IMHO, the spacing in the original NanoGUI is much more pleasant/beautiful to the eyes than the one in the current screenshot...

dalerank commented 2 years ago

Could I pls share sample?

cesss commented 2 years ago

Yes, compare the distances from the button texts to the button borders in the original NanoGUI screenshot here: https://raw.githubusercontent.com/wjakob/nanogui/master/resources/screenshot.png to your current screenshot here: https://github.com/dalerank/nanogui-sdl/blob/master/resources/screenshot1.png

Don't you see that the nanogui-sdl screenshot looks like all widgets are tightly packed?

cesss commented 2 years ago

Look at Radio Button 1 and Radio Button 2 for example: Don't you see they are almost touching the button edge in your latest screenshot, while in the original they have a better balanced margin?

dalerank commented 2 years ago

Got it, will check