project(config): Force scrollstate to 0 on init
This commit is contained in:
@@ -240,6 +240,8 @@ class ConfigPanel extends PluginPanel
|
||||
assert this.pluginConfig == null;
|
||||
this.pluginConfig = pluginConfig;
|
||||
|
||||
scrollPane.getVerticalScrollBar().setValue(0);
|
||||
|
||||
String name = pluginConfig.getName();
|
||||
title.setText(name);
|
||||
title.setForeground(Color.WHITE);
|
||||
|
||||
Reference in New Issue
Block a user