diff --git a/forge-gui-desktop/src/main/java/forge/gui/framework/SResizingUtil.java b/forge-gui-desktop/src/main/java/forge/gui/framework/SResizingUtil.java index 64e125dd9c0..dfc7c4c3fcd 100644 --- a/forge-gui-desktop/src/main/java/forge/gui/framework/SResizingUtil.java +++ b/forge-gui-desktop/src/main/java/forge/gui/framework/SResizingUtil.java @@ -140,7 +140,7 @@ public final class SResizingUtil { existingComponents.add(c); } - // This is the core of the pixel-perfect layout. To avoid ±1 px errors on borders + // This is the core of the pixel-perfect layout. To avoid ±1 px errors on borders // from rounding individual panels, the intermediate values (exactly accurate, in %) // for width and height are rounded based on comparison to other panels in the // layout. This is to avoid errors such as: