Revision e11ccba6
Added by Patrick Plitzner over 6 years ago
src/main/java/eu/etaxonomy/cdm/vaadin/view/dbstatus/DistributionSettingsConfigWindow.java | ||
---|---|---|
131 | 131 |
//classification and term |
132 | 132 |
classificationBox = new ComboBox("Classification"); |
133 | 133 |
classificationBox.setImmediate(true); |
134 |
classificationBox.setSizeFull(); |
|
134 | 135 |
classificationBox.setWidth("100%"); |
135 | 136 |
|
136 | 137 |
//distribution area box |
... | ... | |
152 | 153 |
//no classification selected label |
153 | 154 |
labelNoClassification = new Label(" - Please select a classification - "); |
154 | 155 |
|
155 |
leftContainer.addComponent(classificationBox); |
|
156 |
leftContainer.setExpandRatio(classificationBox, 0.1f); |
|
157 | 156 |
leftContainer.addComponent(distAreaBox); |
158 | 157 |
leftContainer.setExpandRatio(distAreaBox, 0.1f); |
159 | 158 |
leftContainer.addComponent(namedAreaList); |
160 |
leftContainer.setExpandRatio(namedAreaList, 0.8f);
|
|
159 |
leftContainer.setExpandRatio(namedAreaList, 0.9f);
|
|
161 | 160 |
leftContainer.setSizeFull(); |
162 | 161 |
|
162 |
rightContainer.addComponent(classificationBox); |
|
163 |
rightContainer.setExpandRatio(classificationBox, 0.1f); |
|
163 | 164 |
rightContainer.addComponent(taxonTree); |
164 | 165 |
rightContainer.setExpandRatio(taxonTree, 1); |
165 | 166 |
rightContainer.addComponent(labelNoClassification); |
Also available in: Unified diff
ref #5458 UI tweak for settings window