EmojiProvider: adjust layout

This commit is contained in:
Ly-sec
2026-01-07 13:27:47 +01:00
parent bb73608282
commit 3d176ea467
@@ -13,7 +13,7 @@ Item {
property bool handleSearch: false
property string supportedLayouts: "grid" // Only grid layout for emoji
property int preferredGridColumns: 7 // More columns for compact emoji display
property real preferredGridCellRatio: 1.0 // Square cells like apps
property real preferredGridCellRatio: 1.15 // Slightly taller than wide to accommodate label
property bool supportsAutoPaste: true // Emoji can be auto-pasted
property string selectedCategory: "recent"