theme: modal dialog headlines

https://bugzilla.gnome.org/show_bug.cgi?id=745687
This commit is contained in:
Jakub Steiner
2015-03-10 19:16:28 +01:00
parent 83e5ea4827
commit 2aed6ade79
5 changed files with 9 additions and 13 deletions

View File

@ -211,7 +211,7 @@ const InstallExtensionDialog = new Lang.Class({
let icon = new St.Icon({ gicon: gicon });
box.add(icon);
let label = new St.Label({ style_class: 'prompt-dialog-headline',
let label = new St.Label({ style_class: 'prompt-dialog-headline headline',
text: message });
box.add(label);
},