bump crengine: adds support for dpi-based css units (#4040)

Adds a new toggle to the bottom menu: Zoom (dpi), which
allows for scaling CSS absolute units and image sizes.
This commit is contained in:
poire-z
2018-07-03 07:05:57 +02:00
committed by GitHub
parent ecd7b5b413
commit d8e58a08fd
6 changed files with 54 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ S.SCREEN_MODE = _("Orientation")
S.PAGE_CROP = _("Page Crop")
S.FULL_SCREEN = _("Full Screen")
S.SCROLL_MODE = _("Scroll Mode")
S.ZOOM_DPI = _("Zoom (dpi)")
S.PAGE_MARGIN = _("Margin")
S.LINE_SPACING = _("Line Spacing")
S.COLUMNS = _("Columns")