Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 308 → Rev 307

/branches/v1.0-beche/src/org/tela_botanica/client/vues/observation/ListeObservationVue.java
257,6 → 257,7
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
368,7 → 369,7
this.addListener(new PanelListenerAdapter() {
public void onBodyResize(Panel panel, java.lang.String width, java.lang.String height) {
doLayout();
setHeight("50%");
}
});
}