fix scrollbar default width

This commit is contained in:
Ben Fry
2022-04-29 16:04:25 -04:00
parent e8c6391160
commit 18db16cfbf
@@ -118,6 +118,8 @@ public class DefaultPlatform {
com.formdev.flatlaf.FlatLaf.registerCustomDefaultsSource("processing.app.ui");
UIManager.setLookAndFeel(new com.formdev.flatlaf.FlatLightLaf());
UIManager.put("ScrollBar.width", 16);
} else {
UIManager.setLookAndFeel(laf);
}