Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 236 → Rev 237

/trunk/src/org/tela_botanica/client/vues/observation/indicateurs/MiniZoomImageVue.java
577,8 → 577,9
}
private void afficherPanneauAgrandi() {
imgZoom.show(this.getElement());
agrandirImage();
agrandirImage();
imgZoom.show(this.getElement());
imgZoom.setPosition((int)(Window.getClientWidth() - Window.getClientWidth()*0.50),(int)(Window.getClientHeight() - Window.getClientHeight()*0.85));
}
}