Closed borondics closed 2 years ago
Merging #609 (7784045) into master (45fa61b) will increase coverage by
0.16%
. The diff coverage is92.73%
.
@@ Coverage Diff @@
## master #609 +/- ##
==========================================
+ Coverage 88.93% 89.10% +0.16%
==========================================
Files 67 71 +4
Lines 11598 11768 +170
==========================================
+ Hits 10315 10486 +171
+ Misses 1283 1282 -1
The crosshair label was always jumping because the number digits are not the same width. Now I changed the font to a fixed-width font so this problem goes away. Also added an opaque BG to the label and moved it onto the top of the GUI elements stack so that the crosshair and other elements don't make the reading hard when overlapping.