summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-09-09 20:17:45 +1000
committer Vas Crabb <vas@vastheman.com>2020-09-09 20:17:45 +1000
commit7f0a34d52d7914ff0fd0100f283a22eb7baf176c (patch)
treef0f863309c6f8400521117cea217b394a70f537c /docs
parentb4aaaa7fd39dcbfa6e26a78c965f7df8836275d2 (diff)
Updated most of the layouts using <bezel> elements
Diffstat (limited to 'docs')
-rw-r--r--docs/source/techspecs/layout_files.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/layout_files.rst b/docs/source/techspecs/layout_files.rst
index b8a1aa4c231..4d7f9f5d712 100644
--- a/docs/source/techspecs/layout_files.rst
+++ b/docs/source/techspecs/layout_files.rst
@@ -740,8 +740,8 @@ displays visible. Collections are created using ``collection`` elements inside
``view``, ``group`` and other ``collection`` elements.
A collection element must have a ``name`` attribute providing the display name
-for the collection. Collection names should be unique within a view. The
-initial visibility of a collection may be specified by providing a ``visible``
+for the collection. Collection names must be unique within a view. The initial
+visibility of a collection may be specified by providing a ``visible``
attribute. Set the ``visible`` attribute to ``yes`` if the collection should be
initially visible, or ``no`` if it should be initially hidden. Collections are
initially visible by default.