fix: Fix issue with font scaling introduced in 3.0.0-alpha.6#1173
fix: Fix issue with font scaling introduced in 3.0.0-alpha.6#1173Sub6Resources merged 2 commits intomasterfrom
Conversation
Codecov ReportBase: 51.41% // Head: 49.68% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1173 +/- ##
==========================================
- Coverage 51.41% 49.68% -1.74%
==========================================
Files 19 18 -1
Lines 2641 2681 +40
==========================================
- Hits 1358 1332 -26
- Misses 1283 1349 +66
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
This is really unexpected to me... But glad it got fixed. |
|
@Sub6Resources Is there a plan to push a new alpha release with this fix (3.0.0-alpha.7??) |
|
@kbosselmansh Watch for |
Fixes #1170
I inadvertently used
Text.rich, which doesn't handle accessibility or font scaling very well, instead ofRichTextinCssBoxWidget. This reverts that issue.