Introduce margin area separator constraint
This commit is contained in:
parent
8b7b4f74c6
commit
346dbea467
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user