mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-27 15:03:21 -04:00
removed unnecessary type casting
This commit is contained in:
parent
f1c6356f89
commit
e1a2709636
@ -51,7 +51,7 @@ public final class Screen {
|
||||
javax.swing.UIManager.put(key, new ScaleIcon(icon, scaling));
|
||||
}
|
||||
}
|
||||
UIManager.put("ScrollBar.width", (int) (size * 17 / 12));
|
||||
UIManager.put("ScrollBar.width", size * 17 / 12);
|
||||
}
|
||||
} catch (HeadlessException e) {
|
||||
// run with defaults if headless
|
||||
|
Loading…
x
Reference in New Issue
Block a user