From ff19e411a2c48d82d0265d47f5ea1b64006800fb Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Fri, 4 Mar 2016 18:02:47 +0000 Subject: [PATCH] location: Style reason label https://bugzilla.gnome.org/show_bug.cgi?id=762480 --- js/ui/status/location.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/status/location.js b/js/ui/status/location.js index 16976362a..0070132ab 100644 --- a/js/ui/status/location.js +++ b/js/ui/status/location.js @@ -417,7 +417,7 @@ const GeolocationDialog = new Lang.Class({ this._title = new St.Label({ style_class: 'geolocation-dialog-title headline' }); messageBox.add_actor(this._title); - this._reason = new St.Label(); + this._reason = new St.Label({ style_class: 'geolocation-dialog-reason' }); messageBox.add_actor(this._reason); this._privacyNote = new St.Label();