view data/conf/options.mtt @ 179:1f9d00f392bd default tip

Fixed a bug where (non-resizible) widgets wouldn't get shrunk when minimal size decreases, meaning optional context menus are hiden properly now. Optimised when ServiceContentList.opCall is called, I think without breaking anything.
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 15 Sep 2009 20:09:59 +0200
parents 42fb97d9ff9e
children
line wrap: on
line source

{MT01}
{MiscOptions}
<int|maxThreads=1>
<bool|exitImmediately=false>
<char[]|l10n="en">
<enumVal|logLevel="Info">
<enumVal|logOutput="both">
<double|pollInterval=0.01>

{Font}
<enumVal|lcdFilter="default">
<enumVal|mode="lcd">
!<char[]|defaultFont="n019003l.pfb">
<char[]|defaultFont="DejaVuSans.ttf">
<int|defaultSize=16>

{Screen}
<bool|noFrame=false>
<bool|resizable=true>
<bool|hardware=false>
<bool|fullscreen=false>
<int|screenW=1280>
<int|screenH=1024>
<int|windowW=1024>
<int|windowH=768>