Add 'src/jexer/' from commit 'cf01c92f5809a0732409e280fb0f32f27393618d'
[nikiroo-utils.git] / src / jexer / layout / StretchLayoutManager.java
index 3dea86ab990872544cf55d247d3ed6784707b302..ee2bf5aba5e5f70d4da15e6376bcd36164b26f7e 100644 (file)
@@ -144,7 +144,7 @@ public class StretchLayoutManager implements LayoutManager {
      * Resize/reposition child widgets based on difference between current
      * dimensions and the original dimensions.
      */
-    public void layoutChildren() {
+    private void layoutChildren() {
         double widthRatio = (double) width / originalWidth;
         if (!Double.isFinite(widthRatio)) {
             widthRatio = 1;