Skip to content

Commit bf0a0dc

Browse files
author
Federico Fissore
committed
MacOSX: disabling loading of Quaqua LaF
1 parent aac484e commit bf0a0dc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arduino-core/src/processing/app/macosx/Platform.java

-5
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
public class Platform extends processing.app.Platform {
4747

4848
public void setLookAndFeel() throws Exception {
49-
// Use the Quaqua L & F on OS X to make JFileChooser less awful
50-
UIManager.setLookAndFeel("ch.randelshofer.quaqua.QuaquaLookAndFeel");
51-
// undo quaqua trying to fix the margins, since we've already
52-
// hacked that in, bit by bit, over the years
53-
UIManager.put("Component.visualMargin", new Insets(1, 1, 1, 1));
5449
}
5550

5651
public Platform() {

0 commit comments

Comments
 (0)