mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user