[gnome-shell] location: Style reason label



commit ff19e411a2c48d82d0265d47f5ea1b64006800fb
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Mar 4 18:02:47 2016 +0000

    location: Style reason label
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762480

 js/ui/status/location.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/location.js b/js/ui/status/location.js
index 1697636..0070132 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();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]