Project

General

Profile

« Previous | Next » 

Revision 6e927caf

Added by Patrick Plitzner almost 6 years ago

ref #7575 small layout changes

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CellEditorDataConversionConfiguration.java
132 132
        editDialogSettings.put(ICellEditDialog.DIALOG_SHELL_TITLE, "Quantitative Data");
133 133
        editDialogSettings.put(ICellEditDialog.DIALOG_SHELL_RESIZABLE, Boolean.TRUE);
134 134

  
135
        Point size = new Point(230, 300);
135
        Point size = new Point(250, 300);
136 136
        editDialogSettings.put(ICellEditDialog.DIALOG_SHELL_SIZE, size);
137 137

  
138 138
        // add custum message

Also available in: Unified diff