- Fix the encoding of files with UTF-8 symbols to make them compile properly and without warnings.

This commit is contained in:
Agetian
2015-05-17 14:22:02 +00:00
parent 44e7a3fec9
commit 3ba9e7cd03
2 changed files with 2 additions and 2 deletions

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: