-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Position of application icon is changing based on position of hidden files #225
Comments
We finally understood what the issue is. TLDR: Icon size and position must be chosen so there is no room left around the icon for any of the hidden icons. 1. Only specify application in the contentDefine size and position of the application only in the Remove references to any of the hidden files. 2. Make app icon prominentBased on the DMG window size you must make application icon quite large. Finder will position visible hidden files automatically on the grid around the application icon. Your goal is to make it large enough and the space between window and icon must be less than |
same |
Our team is experiencing weird behaviour with only application icon shown in visible area. When the hidden icons are moved to the right out of the visible area following happens:
appdmg.json
com.apple.finder "AppleShowAllFiles"
set to true or simply hit theCMD+Shift+.
then the position of icon is shifted.We thought that this is issue with the appearing scrollbar, but the shift is too big, scrollbar is only few dozens pixels wide and shift is hundred or even more(did not measure exactly). We also tried to move icons down under the visible area. The icon moves counterintuitively to the right closer to the scrollbar. Is there something we are doing wrong in
appdmg.json
file?DMG when
com.apple.finder "AppleShowAllFiles"
istrue
and and hidden icons are under the visible areaHere is the content of the
appdmg.json
fileDMG when
com.apple.finder "AppleShowAllFiles"
istrue
and hidden icons are right to visible areaHere is the content of the
appdmg.json
fileDMG when
com.apple.finder "AppleShowAllFiles"
isfalse
The text was updated successfully, but these errors were encountered: