Project

General

Profile

« Previous | Next » 

Revision ed759ab1

Added by Patrick Plitzner about 6 years ago

ref #7095 Fix order of UI elements

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/CharacterMatrix.java
200 200
        this.part = part;
201 201
        this.setLayout(new GridLayout());
202 202

  
203
        createToolBar();
204

  
203 205
        natTable = new NatTable(this, false);
204 206

  
205
        createToolBar();
206 207
        applyStyles();
208

  
209
        createBottomToolbar();
210

  
207 211
    }
208 212

  
209 213
    private void createToolBar(){
......
366 370
                                natTable.getShell()));
367 371
            }
368 372
        });
373
    }
369 374

  
375
    private void createBottomToolbar() {
370 376
        Composite buttonPanel = new Composite(this, SWT.NONE);
371 377

  
372 378
        buttonPanel.setLayout(new RowLayout());

Also available in: Unified diff