From 143130b91a88b324931454fc0630bf6c66a9dd25 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Tue, 24 Sep 2019 09:38:28 +0200 Subject: [PATCH] jdoc fix --- src/be/nikiroo/jexer/TSizeConstraint.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/be/nikiroo/jexer/TSizeConstraint.java b/src/be/nikiroo/jexer/TSizeConstraint.java index 39daa20..bfdbb3a 100644 --- a/src/be/nikiroo/jexer/TSizeConstraint.java +++ b/src/be/nikiroo/jexer/TSizeConstraint.java @@ -53,7 +53,9 @@ public class TSizeConstraint { return y2; } - // coordinates < 0 = from the other side, x2 or y2 = 0 = max size + // coordinates < 0 = from the other side + // x2 or y2 = 0 = max size + // coordinate NULL = do not work on that side at all static public void setSize(List sizeConstraints, TWidget child, Integer x1, Integer y1, Integer x2, Integer y2) { sizeConstraints.add(new TSizeConstraint(child, x1, y1, x2, y2)); -- 2.27.0