mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
- debug printing
This commit is contained in:
parent
33cb4d68e5
commit
069435aa19
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ public final class FBReaderApp extends ZLApplication {
|
||||||
final int y = ZLibrary.Instance().getPixelHeight();
|
final int y = ZLibrary.Instance().getPixelHeight();
|
||||||
final int horMargin = Math.min(dpi / 5, Math.min(x, y) / 30);
|
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);
|
TwoColumnViewOption = new ZLBooleanOption("Options", "TwoColumnView", x * x + y * y >= 42 * dpi * dpi);
|
||||||
LeftMarginOption = new ZLIntegerRangeOption("Options", "LeftMargin", 0, 100, horMargin);
|
LeftMarginOption = new ZLIntegerRangeOption("Options", "LeftMargin", 0, 100, horMargin);
|
||||||
RightMarginOption = new ZLIntegerRangeOption("Options", "RightMargin", 0, 100, horMargin);
|
RightMarginOption = new ZLIntegerRangeOption("Options", "RightMargin", 0, 100, horMargin);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue