mirror of
https://github.com/labwc/labwc.git
synced 2026-02-18 22:05:32 -05:00
overlay: s/preview/overlay/
Replace "preview" in rc.xml and themerc with "overlay" since "preview" sounds like it shows the window content. Breaking changes are: - `snapping.preview.*` in themerc is now replaced with `snapping.overlay`. - `<snapping><preview>` in rc.xml is now replaced with `<snapping><overlay>`.
This commit is contained in:
parent
3f10857496
commit
34290ef629
9 changed files with 97 additions and 97 deletions
|
|
@ -114,9 +114,9 @@
|
|||
<snapping>
|
||||
<!-- Set range to 0 to disable window snapping completely -->
|
||||
<range>1</range>
|
||||
<preview enabled="yes">
|
||||
<overlay enabled="yes">
|
||||
<delay inner="500" outer="500" />
|
||||
</preview>
|
||||
</overlay>
|
||||
<topMaximize>yes</topMaximize>
|
||||
<notifyClient>always</notifyClient>
|
||||
</snapping>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue