Open markiewb opened 8 years ago
@markiewb; border is there but is clipped, I think it is due to size of progress text. Let me check.
Perhaps resizing the progressbar height via reflection will do the job. Or adding margins
@markiewb; I think this is due to custom LayoutManager used by he component that contains the progress bar. Check:
bar.setBounds(barOffset, UPPERMARGIN, offset - barOffset, mainHeight);
how to change that with reflection ?