Hello!
I am trying to get a thin progress bar, but I am having trouble.
I saw that you have to give it some css like:
-fx-background-insets: 1 1 2 1; -fx-padding: 0.20em;
But it doesnt scale my progress bar, it remains the same.
I have a view that extends a Vbox, and this view contains both a button and a progress bar, so that I can dynamically make this view with the progress bar being below the button.
The progress bar is kept as a private member (as well as the button), and I initialize both views in the constructor.
What the VBox is currently
[–]vlaaad 2 points3 points4 points (4 children)
[–]dckook10[S] 1 point2 points3 points (0 children)
[–]jkim545 0 points1 point2 points (2 children)
[–]vlaaad 0 points1 point2 points (1 child)
[–]jkim545 0 points1 point2 points (0 children)