mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 17:50:52 +01:00
minor: typos, witespace, comments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user