CRe margins: add toggle to sync top and bottom margins (#4990)

Also fix DogEar size update on margin change.
Also re-order cre bottom tabs to be like with kopt.
This commit is contained in:
poire-z
2019-05-01 22:18:50 +02:00
committed by GitHub
parent 4515a36059
commit bf07c44009
3 changed files with 155 additions and 103 deletions

View File

@@ -11,6 +11,7 @@ S.ZOOM_DPI = _("Zoom (dpi)")
S.H_PAGE_MARGINS = _("L/R Margins")
S.T_PAGE_MARGIN = _("Top Margin")
S.B_PAGE_MARGIN = _("Bottom Margin")
S.SYNC_T_B_PAGE_MARGINS = _("Sync T/B Margins")
S.LINE_SPACING = _("Line Spacing")
S.COLUMNS = _("Columns")
S.TEXT_ALIGN = _("Text Align")