0

I have a problem with date-picker librarian JFoenix. He is very a big how can reduce his size?

[enter image description here] -- >> https://i.stack.imgur.com/UtXOj.jpg

hlalu12
  • 25
  • 4

1 Answers1

0

Try adding this to your scene.

.date-picker-popup .calendar-grid {
    -fx-pref-width: 220.0;
    -fx-pref-height: 180.0;
}
.date-picker-popup .spinner-label {
    -fx-font-size: 14.0;
}
monolith52
  • 886
  • 2
  • 6
  • 9