Project

General

Profile

« Previous | Next » 

Revision a78817ed

Added by Andreas Kohlbecker about 6 years ago

fxixing layout issue in EntityCacheDebuggerComponent

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/debug/EntityCacheDebuggerComponent.java
71 71

  
72 72
        entityTree.setSizeUndefined();
73 73
        debugInformation.setSizeUndefined();
74
        debugInformation.setWidth("100%");
75
        // debugInformation.setRows(100);
76 74
        debugInformation.setReadOnly(true);
77 75
        splitPanel.setFirstComponent(entityTree);
78 76
        splitPanel.setSecondComponent(debugInformation);

Also available in: Unified diff