Improve emoji pane
This commit is contained in:
committed by
Tobias Fella
parent
de666b9377
commit
dd977976db
@@ -63,7 +63,7 @@ ColumnLayout {
|
||||
|
||||
Layout.preferredWidth: del.label === "custom" ? implicitWidth + Kirigami.Units.largeSpacing : Kirigami.Units.gridUnit * 2
|
||||
|
||||
font.family: del.label === "custom" ? "" : 'emoji'
|
||||
font.family: del.label === "custom" ? Kirigami.Theme.defaultFont.family : 'emoji'
|
||||
text: del.label === "custom" ? i18n("Custom") : del.label
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user