mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-19 12:28:08 +00:00
13 lines
365 B
QML
13 lines
365 B
QML
import QtGraphicalEffects 1.0
|
|
|
|
import Common.Styles 1.0
|
|
|
|
// =============================================================================
|
|
|
|
DropShadow {
|
|
color: PopupStyle.shadow.color
|
|
horizontalOffset: PopupStyle.shadow.horizontalOffset
|
|
radius: PopupStyle.shadow.radius
|
|
samples: PopupStyle.shadow.samples
|
|
verticalOffset: PopupStyle.shadow.verticalOffset
|
|
}
|