mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
Merge branch 'GP-0_ryanmkurtz_PR-7131_hippietrail_duplicate-line'
This commit is contained in:
commit
d6f63af049
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user