In utility folder they are : set_path.mscr and map_lang.mscr .
With notepad insert :
If(ScreenWidth() <= 480)
SetChoiceEntryFormat(35, 26)
Else
SetChoiceEntryFormat(66, 46)
EndIf
before
Choice(
In utility folder they are : set_path.mscr and map_lang.mscr .
With notepad insert :
If(ScreenWidth() <= 480)
SetChoiceEntryFormat(35, 26)
Else
SetChoiceEntryFormat(66, 46)
EndIf
before
Choice(
Last edited by costas3850; 26th May 2018 at 02:14 PM.
Bookmarks