mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-16 04:38:49 -04:00
Some additional custom build opts; fix compile order issue on OSX; patch tuning label font glitch.
This commit is contained in:
@@ -41,7 +41,7 @@ void ScopeContext::DrawTunerTitles(bool ppmMode) {
|
||||
GLFont::Drawer refDrawingFont = GLFont::getFont(12, GLFont::getScaleFactor());
|
||||
|
||||
//better position frequency/bandwith labels according to font scale
|
||||
double shiftFactor = GLFont::getScaleFactor();
|
||||
double shiftFactor = GLFont::getScaleFactor()+0.5;
|
||||
|
||||
refDrawingFont.drawString(ppmMode?"Device PPM":"Frequency", -0.66f, -1.0 +hPos*shiftFactor, GLFont::GLFONT_ALIGN_CENTER, GLFont::GLFONT_ALIGN_CENTER, 0, 0, true);
|
||||
refDrawingFont.drawString("Bandwidth", 0.0, -1.0 +hPos*shiftFactor, GLFont::GLFONT_ALIGN_CENTER, GLFont::GLFONT_ALIGN_CENTER, 0, 0, true);
|
||||
|
||||
Reference in New Issue
Block a user