Hello all:
I need some help from you. This is the issue:
I'm building an application with some toggle buttons. My application is on fxml. I'm building my application with scene builder. Decor of my application is through javaFX CSS.
Ok, now what is the problem... The problem is that my toggle buttons it looks good (height and widht) inside scene builder but if I execute the application then the buttons do not charge the style.
This is my style
.group-buttons{
-fx-min-height: 33px;
-fx-min-width: 119px;
-fx-pref-height: 33px;
-fx-pref-width: 119px;
}
¿What can I do?