| 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 |