vexe / VFW

MIT License
492 stars 67 forks source link

HelpButton Attribute #48

Closed ajboni closed 9 years ago

ajboni commented 9 years ago

Adds a toggleable help button that shows a help box. gif

vexe commented 9 years ago

How about you merge this button functionality with the Comment attribute?

[Comment("This is a help text", Button = true)]

ajboni commented 9 years ago

Yes, good idea.

ajboni commented 9 years ago

Like this? https://github.com/rodobodolfo/VFW/commit/58bfe0473825d7cc3ac3e94f7f6843702517c03e Had to make it pop at the bottom of the field, because otherwise it would move the field down and felt weird.

vexe commented 9 years ago

Yeah that's fine.