Hello,
MIOS Studio (binary 2.4.6 for Linux) is too high for my small netbook display : 1024x600. Is there a way to reduce the height of MIOS Studio ? For the moment, I move the window to partly hide the virtual keyboard and I can use MIOS Studio.
Hello,
MIOS Studio (binary 2.4.6 for Linux) is too high for my small netbook display : 1024x600. Is there a way to reduce the height of MIOS Studio ? For the moment, I move the window to partly hide the virtual keyboard and I can use MIOS Studio.
You could start MIOS Studio with:
MIOS_Studio --gui_height=550
to overcome this.
In addition, you could disable the virtual keyboard (for example) the following way:
MIOS_Studio --gui_height=550 --gui_hide_keyboard
All available commandline options are displayed with:
MIOS_Studio --help
Best Regards, Thorsten.
Thank you very much !