mirror of
https://github.com/labwc/labwc.git
synced 2026-03-12 05:33:53 -04: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
|
|
@ -322,12 +322,12 @@ extending outward from the snapped edge.
|
|||
SnapToEdge action for that edge. A *range* of 0 disables snapping via
|
||||
interactive moves. Default is 1.
|
||||
|
||||
*<snapping><preview><enabled>* [yes|no]
|
||||
Show a preview when snapping to a window to an edge. Default is yes.
|
||||
*<snapping><overlay><enabled>* [yes|no]
|
||||
Show an overlay when snapping to a window to an edge. Default is yes.
|
||||
|
||||
*<snapping><preview><delay><inner>*++
|
||||
*<snapping><preview><delay><outer>*
|
||||
Sets the delay to show a preview when snapping a window to each type of
|
||||
*<snapping><overlay><delay><inner>*++
|
||||
*<snapping><overlay><delay><outer>*
|
||||
Sets the delay to show an overlay when snapping a window to each type of
|
||||
edge. Defaults are 500 ms.
|
||||
*inner* edges are edges with an adjacent output and *outer* edges are
|
||||
edges without an adjacent output.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue