mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Add setting of border width and colour
This commit is contained in:
parent
68acb89d26
commit
05c89f18fb
4 changed files with 50 additions and 12 deletions
|
|
@ -589,12 +589,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue