BF[2548885] search window problem
- remove window close button ( the little x icon at top right corner )
This commit is contained in:
parent
51418f8a93
commit
93a037edf4
|
@ -210,7 +210,7 @@ public class FindWindow extends Window implements EventListener,ValueChangeListe
|
||||||
this.setWidth("700px");
|
this.setWidth("700px");
|
||||||
this.setTitle(Msg.getMsg(Env.getCtx(), "Find").replaceAll("&", "") + ": " + title);
|
this.setTitle(Msg.getMsg(Env.getCtx(), "Find").replaceAll("&", "") + ": " + title);
|
||||||
this.setAttribute(Window.MODE_KEY, Window.MODE_MODAL);
|
this.setAttribute(Window.MODE_KEY, Window.MODE_MODAL);
|
||||||
this.setClosable(true);
|
this.setClosable(false);
|
||||||
this.setSizable(true);
|
this.setSizable(true);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue