dalerank / nanogui-sdl

Minimalistic port of NanoGUI claim works with SDL API w/o external dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Labels too tight in the screenshot?

cesss opened this issue · comments

commented

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...

Could I pls share sample?

commented

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?

commented

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?

Got it, will check