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

Can not resize player screen - macbook pro 17, mac os x 10.9.4 #125

Closed
takaaptech opened this issue Sep 9, 2014 · 2 comments
Closed

Can not resize player screen - macbook pro 17, mac os x 10.9.4 #125

takaaptech opened this issue Sep 9, 2014 · 2 comments

Comments

@takaaptech
Copy link

Hi,
When launch player, it shows big size window and i can not resize it to normal, please fix! Thank so much!
screen shot 2014-09-09 at 3 34 58 pm

@fiskercui
Copy link

open the file 'AppController.mm' in the method 'createWindowAndGLView',
float screenScale = [[NSScreen mainScreen] backingScaleFactor];
you can change the screenScale to affect the effect, for example(set screenScale to 1.0f):
screenScale = 1.0f;

@dualface
Copy link
Owner

fixed

SunLightJuly pushed a commit that referenced this issue Sep 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants