Add NBFM mode, add mode selector button height font reduction when scaled down

This commit is contained in:
Charles J. Cliffe
2016-05-11 23:05:56 -04:00
parent 68b095ef8d
commit 419085d27a
7 changed files with 65 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ void ModeSelectorContext::DrawSelector(std::string label, int c, int cMax, bool
int fontHeight = 16;
if (viewWidth < 30) {
if (viewWidth < 30 || viewHeight < 200) {
fontSize = GLFont::GLFONT_SIZE12;
fontHeight = 12;
}