1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

- debug printing

This commit is contained in:
Nikolay Pultsin 2013-06-13 01:12:26 +04:00
parent 33cb4d68e5
commit 069435aa19

View file

@ -79,7 +79,6 @@ public final class FBReaderApp extends ZLApplication {
final int y = ZLibrary.Instance().getPixelHeight();
final int horMargin = Math.min(dpi / 5, Math.min(x, y) / 30);
System.err.println((x * x + y * y) + " :: " + (dpi * dpi));
TwoColumnViewOption = new ZLBooleanOption("Options", "TwoColumnView", x * x + y * y >= 42 * dpi * dpi);
LeftMarginOption = new ZLIntegerRangeOption("Options", "LeftMargin", 0, 100, horMargin);
RightMarginOption = new ZLIntegerRangeOption("Options", "RightMargin", 0, 100, horMargin);