Project

General

Profile

« Previous | Next » 

Revision 6d3bedb0

Added by Patrick Plitzner almost 6 years ago

ref #7549 Fix layout

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrixToolbar.java
62 62

  
63 63
    private void init() {
64 64
        setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false));
65
        setLayout(new GridLayout(9, false));
65
        setLayout(new GridLayout(10, false));
66 66

  
67 67
        wsLabel = new Label(this, SWT.NONE);
68 68

  

Also available in: Unified diff