- Fix a compile time warning related to the encoding of one of the source files.

This commit is contained in:
Agetian
2015-05-17 16:58:03 +00:00
parent 46f17edad0
commit c7460d2854

View File

@@ -140,7 +140,7 @@ public final class SResizingUtil {
existingComponents.add(c);
}
// This is the core of the pixel-perfect layout. To avoid <EFBFBD>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: