On Mon, 2 May 2022 16:01:02 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> BasicLookAndFeel, BasicProgressBarUI, GTKLookAndFeel tries to find property > by "ProgressBar.verticalSize" but the property defined in NimbusDefaults has > a typo "vertictalSize ". > Rectified the typo. Marked as reviewed by prr (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/8504