mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix scrollbar default width
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user