Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 307 → Rev 308

/branches/v1.0-beche/src/org/tela_botanica/client/vues/observation/ListeObservationVue.java
257,7 → 257,6
lieuObservation = new ColumnConfig("Lieu", "lieu_observation", 200, true, colRend);
dateObservation = new ColumnConfig("Date", "date_observation", 120, true, dateRend);
ordreObservation = new ColumnConfig("Ordre", "ordre_observation", 50, true, colRend);
// on associe le modèle de colonnes
369,7 → 368,7
this.addListener(new PanelListenerAdapter() {
public void onBodyResize(Panel panel, java.lang.String width, java.lang.String height) {
setHeight("50%");
doLayout();
}
});
}