Use small font when drawing well head labels

p4#: 21285
This commit is contained in:
Magne Sjaastad 2013-04-15 13:36:37 +02:00
parent d65ce7957b
commit 8ed9cee99e

View File

@ -34,7 +34,7 @@ RivReservoirPipesPartMgr::RivReservoirPipesPartMgr(RimReservoirView* reservoirVi
m_scaleTransform = new cvf::Transform();
m_font = new cvf::FixedAtlasFont(cvf::FixedAtlasFont::LARGE);
m_font = new cvf::FixedAtlasFont(cvf::FixedAtlasFont::STANDARD);
}
//--------------------------------------------------------------------------------------------------