IDEMPIERE-369 Master Detail layout improvements. Fixed occasional popup auto open in the bottom of browser window.

This commit is contained in:
Heng Sin Low 2013-01-09 15:00:26 +08:00
parent 9c12eb0fe2
commit ebb924a46c
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ public class DetailPane extends Panel implements EventListener<Event>, IdSpace {
msgPopup = new Window();
msgPopup.setVisible(false);
msgPopup.setBorder(true);
msgPopup.setClosable(true);
msgPopup.setSizable(true);