From aac686c75e95ff3c6af09f76c5d0d2c49926ca96 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 14 Sep 2022 17:13:57 -0400 Subject: [PATCH] Add 0 dimenions to ThmUtil schema. --- src/xsd4/thmutil.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xsd4/thmutil.xsd b/src/xsd4/thmutil.xsd index e98d7652..0ac2556f 100644 --- a/src/xsd4/thmutil.xsd +++ b/src/xsd4/thmutil.xsd @@ -1217,7 +1217,7 @@ - Height of the control. Non-positive values extend the control to the bottom of the window minus the value. + Height of the control. Non-positive values extend the control to the bottom of the window minus the value. A zero value extends the control to the bottom of the window. @@ -1249,7 +1249,7 @@ - Width of the control. Non-positive values extend the control to the right of the window minus the value. + Width of the control. Non-positive values extend the control to the right of the window minus the value. A zero value extends the control to the right of the window.