summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/gui-checklist.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/gui-checklist.md b/docs/gui-checklist.md
index 3eaeb60..4b646b2 100644
--- a/docs/gui-checklist.md
+++ b/docs/gui-checklist.md
@@ -146,3 +146,5 @@ A dialog is its own window: take it by its own id, not the main window's.
48. A rule's conditions are a tree: and / or / not hold the conditions
indented under them, "+" adds a test or an operator under a line, "-"
takes one out, and saving writes the same nesting back.
+49. Selecting the exclude row in Forms opens its conditions like a rule's,
+ with no name, action or `(stop)`, and the window does not fall over.