Is there a way to fix this? I have tried resolution variations but didnt work
iadjei34:
Is there a way to fix this? I have tried resolution variations but didnt work
Looks like sizing and resolution issues. The code needs fixing
Is there a way to fix this? I have tried resolution variations but didnt work
this is standard issue with windows 7+ scale setting.
If you have contact of developer, ask him to use this function:
If you have contact of developer, ask him to use this function:
int FontSizeAdjustedToScale(int font_size) { int current_dpi = TerminalInfoInteger(TERMINAL_SCREEN_DPI); double scale_factor = 96.0 / current_dpi; return( int( font_size * scale_factor ) ); }
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register