Use standard Dialog background for emoji dialog
This commit is contained in:
@@ -38,18 +38,22 @@ QQC2.Popup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
background: Kirigami.ShadowedRectangle {
|
background: Kirigami.ShadowedRectangle {
|
||||||
Kirigami.Theme.colorSet: Kirigami.Theme.View
|
|
||||||
color: Kirigami.Theme.backgroundColor
|
|
||||||
radius: Kirigami.Units.cornerRadius
|
radius: Kirigami.Units.cornerRadius
|
||||||
shadow {
|
color: Kirigami.Theme.backgroundColor
|
||||||
size: Kirigami.Units.largeSpacing
|
|
||||||
color: Qt.rgba(0.0, 0.0, 0.0, 0.3)
|
|
||||||
yOffset: 2
|
|
||||||
}
|
|
||||||
border {
|
border {
|
||||||
color: Kirigami.ColorUtils.tintWithAlpha(color, Kirigami.Theme.textColor, 0.15)
|
width: 1
|
||||||
width: 2
|
color: Kirigami.ColorUtils.linearInterpolation(Kirigami.Theme.backgroundColor, Kirigami.Theme.textColor, Kirigami.Theme.frameContrast)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
shadow {
|
||||||
|
size: Kirigami.Units.gridUnit
|
||||||
|
yOffset: 0
|
||||||
|
color: Qt.rgba(0, 0, 0, 0.2)
|
||||||
|
}
|
||||||
|
|
||||||
|
Kirigami.Theme.inherit: false
|
||||||
|
Kirigami.Theme.colorSet: Kirigami.Theme.View
|
||||||
}
|
}
|
||||||
|
|
||||||
modal: true
|
modal: true
|
||||||
|
|||||||
Reference in New Issue
Block a user