Had the same issue on my MacOS 15. I resolved it by manually editing Info.plist. It is not ideal (a bit blurry on Retina display but fine on larger external displays).
Steps to Manually Edit Info.plist
:
- Locate the GanttProject Application:
- Open Finder.
- Navigate to where GanttProject is installed (e.g., in the
/Applications
folder).
- Show Package Contents:
- Right-click on
GanttProject.app
and select Show Package Contents. - Go to the
Contents
folder.
- Open the
Info.plist
File:
- Inside the
Contents
folder, find theInfo.plist
file. - Open it with a text editor (TextEdit or Xcode).
- Change the Value:
- Locate this line:
<key>NSHighResolutionCapable</key>
<string>true</string>
- Replace both lines with:
<key>NSHighResolutionCapable</key>
<false/>
- Save the File:
- Save your changes and close the file.
- Restart GanttProject:
- Relaunch the app and check if the issue is resolved.
Note that this edit might have to be redone if you update the app.