From 98ef60f369d330080e2cfb6d284e25a52ed2c510 Mon Sep 17 00:00:00 2001 From: Marcel Metz Date: Tue, 3 Jun 2014 10:28:45 +0200 Subject: [PATCH] Making the main sensor label bold doesn't work, so use a dot instead to indicated the default sensor. --- src/extension.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/extension.js b/src/extension.js index fe46c00..a5b62a5 100644 --- a/src/extension.js +++ b/src/extension.js @@ -41,8 +41,7 @@ const SensorsItem = new Lang.Class({ }, setMainSensor: function() { - //this.setShowDot(true); - this.actor.add_style_class_name('popup-subtitle-menu-item'); //bold + this.setOrnament(PopupMenu.Ornament.DOT); }, getLabel: function() {