summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-15 12:05:26 +0100
committerWuzzy <almikes@aol.com>2016-12-15 12:17:15 +0100
commited270627424fc6b9c7a9b5f9b961b9a4f43c7a9b (patch)
tree5ed8d5a6e873d6e20caf0e88cbfdc81bbcce3415 /API.md
parent2f80cf7056d01e8fd144eab34de9d91372d5feec (diff)
Increase formspec size
Diffstat (limited to 'API.md')
-rw-r--r--API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/API.md b/API.md
index cbb1230..ea0ef71 100644
--- a/API.md
+++ b/API.md
@@ -167,7 +167,7 @@ following predefined convenience functions:
##### Formspec restrictions
When building your formspec, you have to respect the size limitations.
-The help form uses a size of 12×9 and you must make sure
+The help form uses a size of 15×10.5 and you must make sure
all entry widgets are inside a boundary box. The remaining space is
reserved for widgets of the help form and should not be used to avoid
overlapping.