Skip to content

Commit

Permalink
increase minHeight for condition panel (MID-6060)
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Feb 25, 2020
1 parent 9afd184 commit d46d239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void register() {

@Override
protected Panel getPanel(PrismPropertyPanelContext<ExpressionType> panelCtx) {
AceEditorPanel conditionPanel = new AceEditorPanel(panelCtx.getComponentId(), null, new ConditionExpressionModel(panelCtx.getRealValueModel(), panelCtx.getPageBase()), 20);
AceEditorPanel conditionPanel = new AceEditorPanel(panelCtx.getComponentId(), null, new ConditionExpressionModel(panelCtx.getRealValueModel(), panelCtx.getPageBase()), 200);
// conditionPanel.getEditor().add(new OnChangeAjaxBehavior() {
// @Override
// protected void onUpdate(AjaxRequestTarget ajaxRequestTarget) {
Expand Down

0 comments on commit d46d239

Please sign in to comment.