more icon reading issues :(

This commit is contained in:
rusefi 2020-06-27 00:42:13 -04:00
parent cddb469678
commit 15a0a1b236
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ public class StartupFrame {
}
private Component createShowDeviceManagerButton() {
JButton showDeviceManager = new JButton(AutoupdateUtil.loadIcon("/DeviceManager.png"));
JButton showDeviceManager = new JButton(AutoupdateUtil.loadIcon("/com/rusefi/DeviceManager.png"));
showDeviceManager.setMargin(new Insets(0, 0, 0, 0));
showDeviceManager.setToolTipText("Show Device Manager");
showDeviceManager.addActionListener(event -> {