mirror of
https://inf.pirckheimer-gymnasium.de/kebab/kebab
synced 2026-08-26 16:31:23 +00:00
Fix cursor being huge on linux
This commit is contained in:
@@ -29,7 +29,7 @@ public class Main
|
||||
|
||||
try {
|
||||
Cursor customCursor = Toolkit.getDefaultToolkit().createCustomCursor(
|
||||
Controller.images.get("images/pixui-pack/Misc/Cursor.png"),
|
||||
Controller.images.get("images/pixui-pack/Misc/Cursor.png").getScaledInstance(25, 25, 0),
|
||||
new Point(0, 0), // Hotspot (Klickpunkt)
|
||||
"PixUI cursor"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user