MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / update_font

Method update_font

DSView/pv/dock/protocolitemlayer.cpp:167–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 void ProtocolItemLayer::update_font()
168 {
169 QFont font = _protocol_label->font();
170 font.setPointSizeF(AppConfig::Instance().appOptions.fontSize);
171 _protocol_label->setFont(font);
172 _format_combox->setFont(font);
173 }
174
175} //dock
176} //pv

Callers 1

UpdateFontMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected