Don't clip the emoji popups as they destroy shadows

This commit is contained in:
Joshua Goins
2023-07-26 01:46:56 -04:00
parent 6df60a39b0
commit d678a446e2
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ QQC2.Popup {
padding: 2
modal: true
dim: true
clip: false
onOpened: x = Math.min(parent.mapFromGlobal(QQC2.Overlay.overlay.width - tones.width, 0).x, -(width - parent.width) / 2)
background: Kirigami.ShadowedRectangle {
color: Kirigami.Theme.backgroundColor

View File

@@ -48,6 +48,7 @@ QQC2.Popup {
modal: true
focus: true
clip: false
closePolicy: QQC2.Popup.CloseOnEscape | QQC2.Popup.CloseOnPressOutsideParent
margins: 0
padding: 2