diff --git a/src/common/QskAspect.h b/src/common/QskAspect.h index ac1d91dc..12f237ea 100644 --- a/src/common/QskAspect.h +++ b/src/common/QskAspect.h @@ -79,7 +79,12 @@ class QSK_EXPORT QskAspect Top = 1, Left = 2, Right = 3, - Bottom = 4 + Bottom = 4, + + Tiny = 1, + Small = 2, + Large = 3, + Huge = 4 }; Q_ENUM( Variation )