From d1528650e4c2702b41cc53512683e1874072555e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 1 Feb 2017 23:36:57 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 85bf92c8..ebc9c2d1 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1629,8 +1629,7 @@ var WidgetTestActions = actions.Actions({ make.Heading('List:') make.List(['a', 'b', 'c']) - make.Separator() - + make.Heading(' Editable list:') make.EditableList(['x', 'y', 'z']) // NOTE: the dialog's .parent is not yet set at this point...