mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge branch 'GP-0_ryanmkurtz_PR-7131_hippietrail_duplicate-line'
This commit is contained in:
commit
d6f63af049
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue