[TD]fix bad property type choices

This commit is contained in:
wandererfan
2023-04-26 19:55:07 -04:00
committed by WandererFan
parent 762b4ebf45
commit 245c803fd2
2 changed files with 23 additions and 19 deletions

View File

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