removed shadowed background
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=879434
This commit is contained in:
parent
78b0fc5ce5
commit
3d67f6f809
5
applet.h
5
applet.h
@ -95,9 +95,8 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
|
|||||||
StandardBackground = 1, /**< The standard background from the theme is drawn */
|
StandardBackground = 1, /**< The standard background from the theme is drawn */
|
||||||
TranslucentBackground = 2, /**< An alternate version of the background is drawn,
|
TranslucentBackground = 2, /**< An alternate version of the background is drawn,
|
||||||
usually more translucent */
|
usually more translucent */
|
||||||
ShadowedBackground = 4, /**< The applet has a drop shadow */
|
DefaultBackground = StandardBackground /**< Default settings:
|
||||||
DefaultBackground = StandardBackground | ShadowedBackground /**< Default settings:
|
both standard background */
|
||||||
both standard background and shadow */
|
|
||||||
};
|
};
|
||||||
Q_DECLARE_FLAGS(BackgroundHints, BackgroundHint)
|
Q_DECLARE_FLAGS(BackgroundHints, BackgroundHint)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user