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
/Applicationsfolder).
- Show Package Contents:
- Right-click on
GanttProject.appand select Show Package Contents. - Go to the
Contentsfolder.
- Open the
Info.plistFile:
- Inside the
Contentsfolder, find theInfo.plistfile. - 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.