IDEMPIERE-2267:ZK7 - missing OK button from Lookup Records - advanced panel
This commit is contained in:
parent
a4d9e5d95a
commit
1c389f614f
|
@ -503,6 +503,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
|
||||||
South south = new South();
|
South south = new South();
|
||||||
layout.appendChild(south);
|
layout.appendChild(south);
|
||||||
south.appendChild(confirmPanel);
|
south.appendChild(confirmPanel);
|
||||||
|
south.setVflex("min");
|
||||||
|
|
||||||
winAdvanced.setHeight("100%");
|
winAdvanced.setHeight("100%");
|
||||||
winAdvanced.setWidth("99%");
|
winAdvanced.setWidth("99%");
|
||||||
|
|
Loading…
Reference in New Issue