Don't clip the emoji popups as they destroy shadows
This commit is contained in:
@@ -26,6 +26,7 @@ QQC2.Popup {
|
|||||||
padding: 2
|
padding: 2
|
||||||
modal: true
|
modal: true
|
||||||
dim: true
|
dim: true
|
||||||
|
clip: false
|
||||||
onOpened: x = Math.min(parent.mapFromGlobal(QQC2.Overlay.overlay.width - tones.width, 0).x, -(width - parent.width) / 2)
|
onOpened: x = Math.min(parent.mapFromGlobal(QQC2.Overlay.overlay.width - tones.width, 0).x, -(width - parent.width) / 2)
|
||||||
background: Kirigami.ShadowedRectangle {
|
background: Kirigami.ShadowedRectangle {
|
||||||
color: Kirigami.Theme.backgroundColor
|
color: Kirigami.Theme.backgroundColor
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ QQC2.Popup {
|
|||||||
|
|
||||||
modal: true
|
modal: true
|
||||||
focus: true
|
focus: true
|
||||||
|
clip: false
|
||||||
closePolicy: QQC2.Popup.CloseOnEscape | QQC2.Popup.CloseOnPressOutsideParent
|
closePolicy: QQC2.Popup.CloseOnEscape | QQC2.Popup.CloseOnPressOutsideParent
|
||||||
margins: 0
|
margins: 0
|
||||||
padding: 2
|
padding: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user