mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
[fixup] set default timeout to 500 (I set 400ms for testing but forgot to bring it back)
This commit is contained in:
parent
f6e1c95145
commit
580a2c3a88
1 changed files with 1 additions and 1 deletions
|
|
@ -1185,7 +1185,7 @@ rcxml_init(void)
|
|||
rc.window_edge_strength = 20;
|
||||
|
||||
rc.snap_edge_range = 1;
|
||||
rc.snap_preview_timeout = 400;
|
||||
rc.snap_preview_timeout = 500;
|
||||
rc.snap_top_maximize = true;
|
||||
rc.snap_tiling_events_mode = LAB_TILING_EVENTS_ALWAYS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue