Skip to content

Commit

Permalink
Make the subcardinal labels smaller (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atque committed Feb 27, 2021
1 parent 817beea commit 38ad6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/modules/LandscapeMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Cardinals::Cardinals(float _radius)
// Default font size is 24
fontC.setPixelSize(conf->value("viewing/cardinal_font_size", screenFontSize+11).toInt());
// Default font size is 18
fontSC.setPixelSize(conf->value("viewing/subcardinal_font_size", screenFontSize+6).toInt());
fontSC.setPixelSize(conf->value("viewing/subcardinal_font_size", screenFontSize+5).toInt());
// Draw the sub-subcardinal points even smaller.
fontSSC.setPixelSize(conf->value("viewing/subsubcardinal_font_size", screenFontSize+2).toInt());
propMgr = StelApp::getInstance().getStelPropertyManager();
Expand Down

0 comments on commit 38ad6b4

Please sign in to comment.