minor: whitespace and comments

This commit is contained in:
plc-user
2025-02-17 19:45:53 +01:00
parent dc836248f0
commit c2a2e5f5eb
4 changed files with 6 additions and 6 deletions

View File

@@ -216,7 +216,7 @@ void PartDynamicTextField::fromXml(const QDomElement &dom_elmt) {
setFont(font_);
}
else if (dom_elmt.hasAttribute("font_size")) {
// plc-user: for convenience - to support font-size from old 'input' ?")
// to support font-size from old 'input'
setFont(QETApp::dynamicTextsItemFont(dom_elmt.attribute("font_size", QString::number(9)).toInt()));
}
else {