mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -05:00
snapping: replace <snapping><range> with <snapping><range inner="" outer=""> (#3241)
Some checks failed
labwc.github.io / notify (push) Has been cancelled
Some checks failed
labwc.github.io / notify (push) Has been cancelled
<inner>/<outer> configure the size of snapping area on output edges with/without adjacent outputs.
This commit is contained in:
parent
4d47b68aae
commit
94d33f9119
5 changed files with 51 additions and 17 deletions
|
|
@ -161,8 +161,8 @@
|
|||
</focus>
|
||||
|
||||
<snapping>
|
||||
<!-- Set range to 0 to disable window snapping completely -->
|
||||
<range>10</range>
|
||||
<!-- Set inner and outer range to 0 to disable window snapping completely -->
|
||||
<range inner="10" outer="10" />
|
||||
<cornerRange>50</cornerRange>
|
||||
<overlay enabled="yes">
|
||||
<delay inner="500" outer="500" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue