LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.68k stars 152 forks source link

How do i center the installing window on screen #104

Closed xwartz closed 8 years ago

xwartz commented 8 years ago

Screen size is different, so how to center using x/y.

LinusU commented 8 years ago

I don't know if this is technically possible, any input appreciated 🙌

cstruct commented 8 years ago

@LinusU reading the mozilla wiki it seems to be possible. If the fwvh struct is missing fwi0 defines all edges of the frame rect. I don't know if you could actually do something useful with this since the window would be variable in size.

cstruct commented 8 years ago

Closing this since .DS_Store doesn't support better centering.