mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
Removed size
This commit is contained in:
@@ -109,7 +109,6 @@ class StatusPanel extends JPanel {
|
||||
});
|
||||
|
||||
int labelWidth = width != 0 ? width * 3 / 4 : GroupLayout.PREFERRED_SIZE;
|
||||
this.setSize(450, 200);
|
||||
GroupLayout layout = new GroupLayout(this);
|
||||
this.setLayout(layout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user