Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Expand justification. #27

Open
Robpol86 opened this issue May 22, 2016 · 0 comments
Open

Expand justification. #27

Robpol86 opened this issue May 22, 2016 · 0 comments

Comments

@Robpol86
Copy link
Owner

Currently we only have:
self.justify_columns = dict() # {0: 'right', 1: 'left', 2: 'center'}

Add:
self.justify_rows = dict() # {0: 'top', 1: 'middle', 2: 'bottom'}
self.justify_cells = dict() # {(0, 0): ('center', 'middle')}

justify_columns and justify_rows override defaults (left and top is the default). justify_cells overrides defaults for specific cells. Keys are (x, y) coords from left/top corner and values are one or two justification values (horizontal or vertical justifications).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant