summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/how-constraints-works.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/how-constraints-works.txt b/doc/how-constraints-works.txt
index 327e5fe8e..a6e02f3bc 100644
--- a/doc/how-constraints-works.txt
+++ b/doc/how-constraints-works.txt
@@ -227,7 +227,7 @@ are used for different purposes:
Examples of where each are used:
- If a window is simultaneously moved and resized to the southeast corner
- with SouthEastGravity, but it turns out that the window was sized to
+ with META_GRAVITY_SOUTH_EAST, but it turns out that the window was sized to
something smaller than the minimum size hint, then the size_hints
constraint should resize the window using the resize_gravity to ensure
that the southeast corner doesn't move.