Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEW: text_align allows to configure text alignment for Field #249

Merged
merged 1 commit into from
Dec 15, 2017

Conversation

gabrielcnr
Copy link
Contributor

I'm adding the text_align member on the Field widget, which takes a enum of left (default), right or center. This feature has been requested and discussed on #248 .

Short/minimal example also provided.

@codecov-io
Copy link

codecov-io commented Dec 15, 2017

Codecov Report

Merging #249 into master will increase coverage by <.01%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #249      +/-   ##
==========================================
+ Coverage   63.32%   63.32%   +<.01%     
==========================================
  Files         288      288              
  Lines       23384    23392       +8     
==========================================
+ Hits        14807    14814       +7     
- Misses       8577     8578       +1
Impacted Files Coverage Δ
enaml/qt/qt_field.py 63.55% <100%> (+1.61%) ⬆️
enaml/widgets/field.py 71.42% <66.66%> (-0.37%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0a60e15...b431cc7. Read the comment docs.

@sccolbert
Copy link
Member

Fantastic PR!

@MatthieuDartiailh
Copy link
Member

Thanks @gabrielcnr

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

Successfully merging this pull request may close these issues.

4 participants