Subversion Repositories eFlore/Applications.cel

Rev

Rev 359 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 359 Rev 363
Line 267... Line 267...
267
					ongletsSaisieCarto.doLayout();
267
					ongletsSaisieCarto.doLayout();
268
					listeObservation.doLayout();
268
					listeObservation.doLayout();
269
				}
269
				}
Line 270... Line 270...
270
				
270
				
271
				public void onAfterLayout(Container self) {
-
 
272
					if(!listeObservation.getTailleInitialisee()) {
-
 
273
						if((int)Math.round(centre.getHeight() * 0.6) != 0) {
-
 
274
							listeObservation.setHeight((int)Math.round(centre.getHeight() * 0.6));
-
 
275
							listeObservation.setTailleInitialisee();
-
 
276
						}
271
				public void onAfterLayout(Container self) {
277
					}
272
					
278
				}
273
				}
Line 279... Line 274...
279
		});
274
		});
280
		
275