Project

General

Profile

« Previous | Next » 

Revision e25ce350

Added by Patrick Plitzner about 5 years ago

fix #8143 Make login dialog modal

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/RemotingLoginDialog.java
224 224
     * Create contents of the dialog.
225 225
     */
226 226
    private void createContents() {
227
        shlConnect = new Shell(getParent(), SWT.DIALOG_TRIM);
227
        shlConnect = new Shell(getParent(), SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL);
228 228
        shlConnect.setMinimumSize(new Point(MIN_WIDTH, MIN_HEIGHT));
229 229
        shlConnect.setSize(MIN_WIDTH, MIN_HEIGHT);
230 230
        shlConnect.setText(Messages.RemotingLoginDialog_LABEL_CONNECT);

Also available in: Unified diff