Project

General

Profile

« Previous | Next » 

Revision 6b16be9d

Added by Katja Luther over 6 years ago

smaller changes in config wizard for setSecundumForSubtree

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/SetSecundumConfiguratorWizardPage.java
66 66
        this.configurator = configurator;
67 67
        this.setDescription(Messages.SetSecundumConfiguration_Description_Configurator);
68 68

  
69

  
69 70
//        addDisposeListener(new DisposeListener() {
70 71
//            @Override
71 72
//            public void widgetDisposed(DisposeEvent e) {
......
129 130

  
130 131
        compositeRef.setLayout(gridLayoutRef);
131 132
        compositeRef.setLayoutData(new GridData(SWT.FILL, SWT.LEFT, true, true));
132
        Label label = new Label(compositeRef, SWT.NONE);
133
        Label label = new Label(compositeRef, SWT.WRAP);
133 134
        label.setText(Messages.SetSecundumConfiguration_NewSecundum_Label);
134 135
        label.setLayoutData(new GridData(SWT.FILL, SWT.LEFT, true, false));
135 136

  
......
145 146
        btnClear = new Button(compositeRef, SWT.NONE);
146 147
        btnClear.setImage(ResourceManager.getPluginImage("eu.etaxonomy.taxeditor.store", "icons/trash.gif"));
147 148
        btnClear.addListener(SWT.Selection, this);
148
        Label labelDescription = new Label(compositeRef, SWT.NONE);
149
        Label labelDescription = new Label(compositeRef, SWT.WRAP);
149 150
        labelDescription.setText(Messages.SetSecundumConfiguration_Description);
150
        GridData gd_labelDescription = new GridData(SWT.FILL, SWT.LEFT, true, false);
151
        GridData gd_labelDescription = new GridData(SWT.FILL, SWT.BEGINNING, true, false);
151 152
        gd_labelDescription.horizontalSpan = 4;
152 153
        labelDescription.setLayoutData(gd_labelDescription);
153 154
        new Label(compositeRef, SWT.NONE);
......
155 156
        new Label(compositeRef, SWT.NONE);
156 157

  
157 158
       // selectReference = toolkit.createSelectionElement(Rights.class, getConversationHolder(), composite, "Rights", null, EntitySelectionElement.SELECTABLE);
158
        final Composite control = new Composite(composite, SWT.NULL);
159
        final Composite control = new Composite(composite, SWT.WRAP);
159 160
        GridLayout gridLayoutControl = new GridLayout();
160 161

  
161 162
        control.setLayout(gridLayoutControl);

Also available in: Unified diff