Restored the nonResizable nature of Font Size Field

This commit is contained in:
Akarshit Wal
2015-04-26 23:29:46 +05:30
parent c2c104e62f
commit 93f4100c96
@@ -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)