Skip to content
Snippets Groups Projects
Commit e5d63e9a authored by Demi Marie Obenour's avatar Demi Marie Obenour
Browse files

Improve tiled_* enum summary


No change in behavior, just a doc fix.

Signed-off-by: Demi Marie Obenour's avatarDemi Marie Obenour <demiobenour@gmail.com>
parent 40cb7d47
No related branches found
No related tags found
1 merge request!127Improve tiled_* enum summary
Pipeline #448371 passed
......@@ -809,25 +809,25 @@
</description>
</entry>
<entry name="tiled_left" value="5" since="2">
<description summary="the surface is tiled">
<description summary="the surface’s left edge is tiled">
The window is currently in a tiled layout and the left edge is
considered to be adjacent to another part of the tiling grid.
</description>
</entry>
<entry name="tiled_right" value="6" since="2">
<description summary="the surface is tiled">
<description summary="the surface’s right edge is tiled">
The window is currently in a tiled layout and the right edge is
considered to be adjacent to another part of the tiling grid.
</description>
</entry>
<entry name="tiled_top" value="7" since="2">
<description summary="the surface is tiled">
<description summary="the surface’s top edge is tiled">
The window is currently in a tiled layout and the top edge is
considered to be adjacent to another part of the tiling grid.
</description>
</entry>
<entry name="tiled_bottom" value="8" since="2">
<description summary="the surface is tiled">
<description summary="the surface’s bottom edge is tiled">
The window is currently in a tiled layout and the bottom edge is
considered to be adjacent to another part of the tiling grid.
</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment