Project

General

Profile

« Previous | Next » 

Revision 90cf504a

Added by Cherian Mathew almost 9 years ago

Fixed layout issues.
StatusComposite : added async operation for disableing components when reloading taxa

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/ConceptRelationshipComposite.java
284 284
        // d3ConceptRelationShipTree
285 285
        d3ConceptRelationShipTree = new D3ConceptRelationshipTree();
286 286
        d3ConceptRelationShipTree.setImmediate(false);
287
        d3ConceptRelationShipTree.setWidth("-1px");
287
        d3ConceptRelationShipTree.setWidth("100.0%");
288 288
        d3ConceptRelationShipTree.setHeight("-1px");
289 289
        mainLayout.addComponent(d3ConceptRelationShipTree);
290 290
        mainLayout.setExpandRatio(d3ConceptRelationShipTree, 1.0f);

Also available in: Unified diff