Project

General

Profile

« Previous | Next » 

Revision 093450dc

Added by Andreas Kohlbecker about 6 years ago

ref #7206 EntityCacheDebuggerComponent layout improvement and sorting

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/debug/EntityCacheDebugger.java
91 91
        window.setModal(false);
92 92
        content.setSizeFull();
93 93
        window.setContent(content);
94
        window.setWidth("500px");
95
        window.setHeight("500px");
94
        window.setWidth("800px");
95
        window.setHeight("600px");
96 96
        UI.getCurrent().addWindow(window);
97 97

  
98 98
    }

Also available in: Unified diff