Fix some runtime qml warnings

This commit is contained in:
Azhar Momin
2026-01-13 20:45:08 +05:30
committed by Joshua Goins
parent a989ef42b2
commit 4155e9116a
4 changed files with 9 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ QQC2.Popup {
padding: 2
implicitHeight: Kirigami.Units.gridUnit * 20 + 2 * padding
width: Math.min(contentItem.categoryIconSize * 11 + 2 * padding, QQC2.ApplicationWindow.window.width)
width: Math.min(contentItem.categoryIconSize * 11 + 2 * padding, QQC2.ApplicationWindow.window?.width)
contentItem: EmojiPicker {
id: emojiPicker
height: 400