From 7ce10df9c25f5b051e720491f68284b033e85cad Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 18 Mar 2020 18:57:11 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 30da16e3..66841e63 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -621,7 +621,9 @@ Items.makeSubContext('field', : options.value ], options) }, { - // XXX + // XXX do we need this??? + // XXX would be nice to force the title to be on a separate line + // from the text... Text: function(title, value, options){ return this.__proto__.Text([title, value], options) },