IDEMPIERE-2267:ZK7 - missing OK button from Lookup Records - advanced panel

This commit is contained in:
hieplq 2014-11-02 14:18:56 +07:00
parent a4d9e5d95a
commit 1c389f614f
1 changed files with 1 additions and 0 deletions

View File

@ -503,6 +503,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
South south = new South();
layout.appendChild(south);
south.appendChild(confirmPanel);
south.setVflex("min");
winAdvanced.setHeight("100%");
winAdvanced.setWidth("99%");