예제 #1
0
파일: Table.java 프로젝트: ngdelamo/libgdx
 public float getPrefHeight() {
   if (background != null) return Math.max(layout.getPrefHeight(), background.getMinHeight());
   return layout.getPrefHeight();
 }