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

@ -347,7 +347,7 @@ const ShellMountPasswordDialog = new Lang.Class({
mainContentBox.add(this._messageBox,
{ y_align: St.Align.START, expand: true, x_fill: true, y_fill: true });
let subject = new St.Label({ style_class: 'prompt-dialog-headline' });
let subject = new St.Label({ style_class: 'prompt-dialog-headline headline' });
this._messageBox.add(subject,
{ y_fill: false,
y_align: St.Align.START });