mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
fix: QFont warning spam
This commit is contained in:
@@ -1078,7 +1078,7 @@ SmartPanel {
|
||||
pointSize: {
|
||||
if (modelData.emojiChar) {
|
||||
if (root.activePlugin === emojiPlugin && emojiPlugin.isBrowsingMode) {
|
||||
return gridEntry.width * 0.4;
|
||||
return Math.max(Style.fontSizeL, gridEntry.width * 0.4);
|
||||
}
|
||||
return Style.fontSizeXXL * 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user