mirror of
https://github.com/labwc/labwc.git
synced 2026-02-20 01:40:22 -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
|
|
@ -151,7 +151,8 @@ struct rcxml {
|
|||
int unmaximize_threshold;
|
||||
|
||||
/* window snapping */
|
||||
int snap_edge_range;
|
||||
int snap_edge_range_inner;
|
||||
int snap_edge_range_outer;
|
||||
int snap_edge_corner_range;
|
||||
bool snap_overlay_enabled;
|
||||
int snap_overlay_delay_inner;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue