mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
change to inner/outer range
This commit is contained in:
parent
f89c31c2de
commit
b2750027da
5 changed files with 54 additions and 27 deletions
|
|
@ -151,8 +151,8 @@ struct rcxml {
|
|||
int unmaximize_threshold;
|
||||
|
||||
/* window snapping */
|
||||
int snap_edge_horizontal_range;
|
||||
int snap_edge_vertical_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