From a0dde1a4e0855d1d3dfa83922bdf4a58e74bb35e Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 15 Feb 2023 17:10:50 +0100 Subject: [PATCH] Tiny/Small/Large/Huge variations introduced --- src/common/QskAspect.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 )