minor: typos, witespace, comments

This commit is contained in:
plc-user
2025-02-01 08:49:12 +01:00
parent ffef9aaea5
commit 3051c225bb
4 changed files with 9 additions and 11 deletions

View File

@@ -177,9 +177,7 @@ void PartDynamicTextField::fromXml(const QDomElement &dom_elmt) {
setFont(font_);
}
else if (dom_elmt.hasAttribute("font_size")) {
#if TODO_LIST
#pragma message("@TODO plc-user: remove again, when elements are converted!")
#endif
// plc-user: for convenience - to support font-size from old 'input' ?")
setFont(QETApp::dynamicTextsItemFont(dom_elmt.attribute("font_size", QString::number(9)).toInt()));
}
else {