Revert "theme: use a global headline class"

This reverts commit 5915348396.
This commit is contained in:
Jakub Steiner
2015-03-10 18:27:43 +01:00
parent 5915348396
commit 83e5ea4827
6 changed files with 18 additions and 14 deletions

View File

@ -61,7 +61,7 @@ const DisplayChangeDialog = new Lang.Class({
mainContentBox.add(messageBox,
{ expand: true, y_align: St.Align.START });
let subjectLabel = new St.Label({ style_class: 'prompt-dialog-headline headline',
let subjectLabel = new St.Label({ style_class: 'prompt-dialog-headline',
text: _("Do you want to keep these display settings?") });
messageBox.add(subjectLabel,
{ y_fill: false,