Quasars / orange-spectroscopy

Other
51 stars 59 forks source link

Fixed-width label font for crosshair label #609

Closed borondics closed 2 years ago

borondics commented 2 years ago

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.

codecov-commenter commented 2 years ago

Codecov Report

Merging #609 (7784045) into master (45fa61b) will increase coverage by 0.16%. The diff coverage is 92.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