yyoon / Journaley

A simple and elegant open-source journal keeping software for Windows
http://journaleyapp.com/
Other
115 stars 19 forks source link

New Tag button color changes based on whether it's enabled #91

Closed sguergachi closed 9 years ago

sguergachi commented 9 years ago

The disabled button was black, which didn't look disabled. I changed it to look gray. Couldn't find a property to make this possible, so I added the logic to the TextChange event handler.

If there's a better way of doing this, please let me know.