mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Restored the nonResizable nature of Font Size Field
This commit is contained in:
@@ -636,8 +636,6 @@ public class PreferencesFrame {
|
||||
.addGap(BORDER)
|
||||
);
|
||||
|
||||
layout.linkSize(fontSizeField, consoleFontSizeField);// Not sure if this will fix the size bug on mac
|
||||
|
||||
layout.setVerticalGroup(layout.createSequentialGroup()
|
||||
.addGap(BORDER)
|
||||
.addComponent(sketchbookLocationLabel)
|
||||
|
||||
Reference in New Issue
Block a user