From 462b860e4e2930f5516b6e2ab5e203f05b98bf4d Mon Sep 17 00:00:00 2001
From: Spike
Date: Mon, 15 Sep 2025 08:16:26 -0400
Subject: Custom-layouts.md: Document minimum row height (#1101)
---
doc/Custom-layouts.md | 2 ++
1 file changed, 2 insertions(+)
(limited to 'doc/Custom-layouts.md')
diff --git a/doc/Custom-layouts.md b/doc/Custom-layouts.md
index 42ed106..021355a 100644
--- a/doc/Custom-layouts.md
+++ b/doc/Custom-layouts.md
@@ -59,6 +59,8 @@ The ``...`
` pair encloses one row on the keyboard. It has the followi
A row's default height is 1.0 (one quarter of the keyboard height specified on the Settings menu). The `height` property makes the row taller or shorter than this. For example, if you define a 5-row keyboard but one row has `height="0.7"`, then the keyboard's total height is 4.7 units. If the total is different from 4.0, the keyboard will be taller or shorter than that specified in Settings.
+(A row of keys is drawn with a minimum height of 0.5 even if you specify a smaller value for `height`. There is no such minimum for a row without keys, such as a spacer row.)
+
## Key
The `` tag defines a key on the keyboard. Its position in the sequence of keys inside ``...`
` indicates its position in the row from left to right. What the key does is defined by optional properties.
--
cgit v1.2.3