Project

General

Profile

« Previous | Next » 

Revision a08af9f9

Added by Katja Luther about 5 years ago

fix #8148: fix login dialog problems

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/RemotingLoginDialog.java
149 149
    private final int MIN_WIDTH = 530;
150 150
    private final int MIN_HEIGHT = 220;
151 151
    private final int MIN_EXP_HEIGHT = 380;
152
    private final int MESSAGE_HEIGHT = 75;
152
    private final int MESSAGE_HEIGHT = 50;
153 153
    private Label lblEditorVersion;
154 154
    private Text txtEditorVersion;
155 155
    private Label lblServerCDMVersion;
......
385 385
        styledTxtMessage.setSelectionForeground(SWTResourceManager.getColor(SWT.COLOR_DARK_RED));
386 386
        styledTxtMessage.setDoubleClickEnabled(false);
387 387
        styledTxtMessage.setEditable(false);
388
        styledTxtMessage.setWordWrap(true);
388 389
        GridData gd_styledTxtMessage = new GridData(SWT.FILL, SWT.FILL, true, false, 1, 1);
389 390
        gd_styledTxtMessage.exclude = true;
390 391
        gd_styledTxtMessage.minimumHeight = MESSAGE_HEIGHT;

Also available in: Unified diff