Don't clip the emoji popups as they destroy shadows
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -48,6 +48,7 @@ QQC2.Popup {
|
||||
|
||||
modal: true
|
||||
focus: true
|
||||
clip: false
|
||||
closePolicy: QQC2.Popup.CloseOnEscape | QQC2.Popup.CloseOnPressOutsideParent
|
||||
margins: 0
|
||||
padding: 2
|
||||
|
||||
Reference in New Issue
Block a user