Update documentation

This commit is contained in:
Simon Long 2024-05-03 15:32:55 +01:00
parent 19a57c6ea4
commit 5b60f3c80f
3 changed files with 21 additions and 56 deletions

View file

@ -590,26 +590,4 @@
<ignoreButtonReleasePeriod>250</ignoreButtonReleasePeriod>
</menu>
<!--
Magnifier settings
'width' sets the width in pixels of the magnifier window.
'height' sets the height in pixels of the magnifier window.
'initScale' sets the initial magnification factor at boot.
'borderColour' is an XML RGB string with a leading # which sets the
colour of the border of the magnifier window.
'borderWidth' sets the width in pixels of the border of the
magnifier window.
'useFilter' sets whether to use a bilinear filter on the magnified
output or simply to take nearest pixel.
-->
<magnifier>
<width>400</width>
<height>400</height>
<initScale>2</initScale>
<borderColour>#ff0000</borderColour>
<borderWidth>1</borderWidth>
<useFilter>true</useFilter>
</magnifier>
</labwc_config>