Code review comment for lp:~alexwolf/stellarium/base-font-size

Revision history for this message
Alexander Wolf (alexwolf) wrote :

I can replace commented code with the equivalent code but in ::init() methods this code reassigned.

Example:

in ConstellationMgr::ConstellationMgr() we have asterFont.setPixelSize(15);
and in ConstellationMgr::init() we have asterFont.setPixelSize(14);

« Back to merge proposal