Add setting of border width and colour

This commit is contained in:
Simon Long 2024-05-03 11:23:00 +01:00
parent 22003ee6af
commit 59e83e5bd3
4 changed files with 50 additions and 12 deletions

View file

@ -593,12 +593,18 @@
<!--
Magnifier settings
'scale' sets the initial magnification factor when first booted.
'size' sets the width and height in pixels of the magnifier window.
'initScale' sets the initial magnification factor when first booted.
'borderColour' is an XML RGB string with a leading # which sets the
colour of the border for the magnifier window.
'borderWidth' sets the width in pixels of the border for the
magnifier window.
-->
<magnifier>
<scale>2</scale>
<size>400</size>
<initScale>2</initScale>
<borderColour>#ff0000</borderColour>
<borderWidth>1</borderWidth>
</magnifier>
</labwc_config>