IDEMPIERE-3905 Set label in red when editor is mandatory and empty on quick entry panels
This commit is contained in:
parent
ae778fc029
commit
464f7ec441
|
@ -252,6 +252,7 @@ public class WQuickEntry extends Window implements EventListener<Event>, ValueCh
|
||||||
}
|
}
|
||||||
Component field = editor.getComponent();
|
Component field = editor.getComponent();
|
||||||
Hlayout layout = new Hlayout();
|
Hlayout layout = new Hlayout();
|
||||||
|
layout.setValign("middle");
|
||||||
|
|
||||||
ZKUpdateUtil.setHflex(layout, "10");
|
ZKUpdateUtil.setHflex(layout, "10");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue