mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Add filtering option to XML
This commit is contained in:
parent
59e83e5bd3
commit
74e581118f
4 changed files with 8 additions and 4 deletions
|
|
@ -599,12 +599,15 @@
|
|||
colour of the border for the magnifier window.
|
||||
'borderWidth' sets the width in pixels of the border for the
|
||||
magnifier window.
|
||||
'useFilter' sets whether to use a bilinear filter on the magnified
|
||||
output or simply to take nearest pixel.
|
||||
-->
|
||||
<magnifier>
|
||||
<size>400</size>
|
||||
<initScale>2</initScale>
|
||||
<borderColour>#ff0000</borderColour>
|
||||
<borderWidth>1</borderWidth>
|
||||
<useFilter>true</useFilter>
|
||||
</magnifier>
|
||||
|
||||
</labwc_config>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue