JFXtras / jfxtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
http://jfxtras.org
Other
599 stars 123 forks source link

Changing the today Label into a button and adding a styleClass for customization. #32

Closed Maxoudela closed 9 years ago

Maxoudela commented 9 years ago

I've replaced the Label by a Button and modified its CSS class in order for it to be like the Label before.

Only thing changed are the hand in order to see that we can click on it. And I also set a minimum size of 16 by 16 because otherwise the size is very small and it's not really possible to set an icon nor an SVG path.

Normally, users should be able to override the CSS class and modify the look like they want.

tbee commented 9 years ago

Thanks