-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Convert LeftMargin, RightMargin, and FirstLineIndent to floats #262
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #262 +/- ##
=======================================
Coverage 69.96% 69.96%
=======================================
Files 379 379
Lines 31781 31778 -3
Branches 4456 4456
=======================================
- Hits 22236 22235 -1
+ Misses 8511 8509 -2
Partials 1034 1034 ☔ View full report in Codecov by Sentry. |
Why is the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ddaspit)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @johnml1135)
src/SIL.Machine/Corpora/UsfmStylesheet.cs
line 423 at r1 (raw file):
Previously, johnml1135 (John Lambert) wrote…
Why is the
* 1000
removed? FirstLineIndent changes behavior - is this intended?
Scaling the float values by 1000 is what Paratext does and we were just emulating the behavior. I did a bit more investigation into why Paratext does this. It is because of a weird issue that is specific to Paratext.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ddaspit)
This change is