Skip to content
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

Mac Placements #32

Open
Sevin7 opened this issue Jan 15, 2015 · 2 comments
Open

Mac Placements #32

Sevin7 opened this issue Jan 15, 2015 · 2 comments

Comments

@Sevin7
Copy link
Owner

Sevin7 commented Jan 15, 2015

Post your Mac placement issues and fixes here. Since I don't have a Mac anymore, I can't provide support for the Mac version without your help.

To adjust the placement of an element for your Mac, follow these steps:

  • find the offending file and placement code (use Doodle's Guide to find the correct file)

  • add an [$!OSX] tag an indent or two away from the Windows placement code on the line to preserve it for Windows or Linux users, like this:

    "xpos" 55 [$!OSX]

  • Copy the old line down one and add an [$OSX] tag to specify that line for Macs, like this:

    "xpos" 55 [$!OSX]
    "xpos" 58 [$OSX]

  • Mess around with the OSX value until you get it perfect, then submit the new code (with the old Windows placement) to this issue so I can add them.

@miguelpppires
Copy link

Hey mate, first of all thanks for the awesome hud, works great but as you acknowledged there are a few misplacements on the mac version here are the screenshots from my macbook air 13':
http://i.imgur.com/9QVdMzY.jpg
http://i.imgur.com/Kh39Wit.jpg
http://i.imgur.com/M9mQUgT.jpg

If you want you can email me other versions of the hud and i'll test it out for you, no problem at all

@hopepham
Copy link

Which file do you adjust the placement of an element?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants