Replies: 1 comment
-
Of course once I create this I find the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I find repeated Align(..., align='left|right|center') to be distracting and error prone. A simple suggestion would be to have convenience classes for the default alignments. Such as, AlignLeft, AlignRight, and AlignCenter. Below is a quick-and-dirty example.
I've been using the above convenience classes in my own scripts and it's helped declutter things a bit.
Beta Was this translation helpful? Give feedback.
All reactions