Introduce margin area separator constraint

This commit is contained in:
Niccolò Venerandi 2020-10-19 19:34:43 +02:00
parent 8b7b4f74c6
commit 346dbea467

View File

@ -57,7 +57,8 @@ public:
*/
enum ConstraintHints {
NoHint = 0,
CanFillArea = 1 /**< The applet can fill the area and ignore constraint margins*/
CanFillArea = 1, /**< The applet can fill the area and ignore constraint margins*/
MarginAreasSeparator = 3, /**< The applet acts as a separator between the standard and slim panel margin areas*/
};
Q_ENUM(ConstraintHints)