TD annotation: use more suitable properties

- see https://forum.freecadweb.org/viewtopic.php?f=35&t=40608 for details
- also simplify tooltips
This commit is contained in:
donovaly
2019-11-03 18:58:03 +01:00
committed by WandererFan
parent c471916c90
commit c673813f66
2 changed files with 9 additions and 10 deletions

View File

@@ -51,9 +51,9 @@ public:
App::PropertyFont Font;
App::PropertyColor TextColor;
App::PropertyLength TextSize;
App::PropertyInteger LineSpace;
App::PropertyPercent LineSpace;
App::PropertyEnumeration TextStyle; // Plain,Bold,Italic,Bold-Italic
App::PropertyFloat MaxWidth;
App::PropertyLength MaxWidth;
virtual QRectF getRect() const;