hg merge release-5.1 (merge release5.1 into default)

This commit is contained in:
Heng Sin Low 2017-11-05 20:50:53 +08:00
commit 54cf738763
1 changed files with 2 additions and 1 deletions

View File

@ -329,6 +329,7 @@ public class ProcessParameterPanel extends Panel implements
//
if (voF.isRange) {
Div box = new Div();
box.setStyle("display: flex; align-items: center;");
ZKUpdateUtil.setWidth(box, "100%");
box.appendChild(editor.getComponent());
ZKUpdateUtil.setWidth((HtmlBasedComponent) editor.getComponent(), "49%");
@ -360,7 +361,7 @@ public class ProcessParameterPanel extends Panel implements
//
m_wEditors2.add(editor2);
Space separator = new Space();
separator.setSpacing("2%");
separator.setStyle("margin:0; width: 2%;");
m_separators.add(separator);
box.appendChild(separator);
box.appendChild(editor2.getComponent());