Merge branch 'GP-0_ryanmkurtz_PR-7131_hippietrail_duplicate-line'

This commit is contained in:
Ryan Kurtz 2024-11-05 13:34:15 -05:00
commit d6f63af049

View File

@ -158,7 +158,6 @@ public class FontPropertyEditor extends PropertyEditorSupport {
sizeCombo =
new GComboBox<>(IntStream.rangeClosed(1, 72).boxed().toArray(Integer[]::new));
sizeCombo.setMaximumRowCount(9);
sizeCombo.setMaximumRowCount(9);
sizeCombo.addActionListener(actionListener);
panel.add(sizeCombo);