Remove theme font from system-themed dialogue

See commit 36dedabd11.
This commit is contained in:
Ghostkeeper 2017-05-12 09:45:53 +02:00
parent 6e01c6ba60
commit 9de041ade5
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -56,7 +56,6 @@ UM.Dialog
{
text: catalog.i18nc("@text:window", "You have customized some profile settings.\nWould you like to keep or discard those settings?")
anchors.margins: UM.Theme.getSize("default_margin").width
font: UM.Theme.getFont("default")
wrapMode: Text.WordWrap
}
}